Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dattribute.c333 if (IsPixelAtDepth(image->colormap[i].red,range) == MagickFalse) in GetImageDepth()
337 if (IsPixelAtDepth(image->colormap[i].green,range) == MagickFalse) in GetImageDepth()
341 if (IsPixelAtDepth(image->colormap[i].blue,range) == MagickFalse) in GetImageDepth()
Dpixel-accessor.h442 static inline MagickBooleanType IsPixelAtDepth(const Quantum pixel, in IsPixelAtDepth() function