Home
last modified time | relevance | path

Searched refs:hasPixelRGB (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dimage.hpp121 virtual bool hasPixelRGB(Image::Sampled::rgb_t rgb) const;
239 virtual bool hasPixelRGB(Image::Sampled::rgb_t rgb) const;
H A Dimage.cpp450 bool Image::Sampled::hasPixelRGB(Image::Sampled::rgb_t rgb) const { in hasPixelRGB() function in Image::Sampled
467 bool Image::Gray::hasPixelRGB(Image::Sampled::rgb_t rgb) const { in hasPixelRGB() function in Image::Gray
1602 if (nncols>2 || zero || hasTransp || img->hasPixelRGB(Transparent)) return false; in setSampleFormat()
1683 if (nncols>4 || zero || hasTransp || img->hasPixelRGB(Transparent)) return false; in setSampleFormat()
1720 if (nncols>8 || minRGBBpc>1 || zero || hasTransp || img->hasPixelRGB(Transparent)) return false; in setSampleFormat()
1758 if (nncols>16 || zero || hasTransp || img->hasPixelRGB(Transparent)) return false; in setSampleFormat()
1799 … if (nncols>64 || minRGBBpc>2 || zero || hasTransp || img->hasPixelRGB(Transparent)) return false; in setSampleFormat()
1819 if (nncols>256 || !canGray || zero || hasTransp || img->hasPixelRGB(Transparent)) return false; in setSampleFormat()
1838 if (nncols>256 || zero || hasTransp || img->hasPixelRGB(Transparent)) return false; in setSampleFormat()
1862 if (minRGBBpc>4 || zero || hasTransp || img->hasPixelRGB(Transparent)) return false; in setSampleFormat()
[all …]