Lines Matching refs:NOT_SET
80 static constexpr unsigned NOT_SET = std::numeric_limits<unsigned>::max();
84 unsigned xres = NOT_SET;
86 unsigned yres = NOT_SET;
88 unsigned startx = NOT_SET;
90 unsigned starty = NOT_SET;
94 unsigned pixels = NOT_SET;
104 unsigned lines = NOT_SET;
106 unsigned depth = NOT_SET;
108 unsigned channels = NOT_SET;
110 ScanMethod scan_method = static_cast<ScanMethod>(NOT_SET);
112 ScanColorMode scan_mode = static_cast<ScanColorMode>(NOT_SET);
114 ColorFilter color_filter = static_cast<ColorFilter>(NOT_SET);
132 if (xres == NOT_SET || yres == NOT_SET || startx == NOT_SET || starty == NOT_SET ||
133 pixels == NOT_SET || lines == NOT_SET ||depth == NOT_SET || channels == NOT_SET ||
134 scan_method == static_cast<ScanMethod>(NOT_SET) ||
135 scan_mode == static_cast<ScanColorMode>(NOT_SET) ||
136 color_filter == static_cast<ColorFilter>(NOT_SET) ||