Searched refs:IsPixelAtDepth (Results 1 – 2 of 2) sorted by relevance
333 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()
442 static inline MagickBooleanType IsPixelAtDepth(const Quantum pixel, in IsPixelAtDepth() function