Searched refs:IsPixelAtDepth (Results 1 – 2 of 2) sorted by relevance
939 if (IsPixelAtDepth(ClampToQuantum(image->colormap[i].red),range) == MagickFalse) in GetImageDepth()943 if (IsPixelAtDepth(ClampToQuantum(image->colormap[i].green),range) == MagickFalse) in GetImageDepth()947 if (IsPixelAtDepth(ClampToQuantum(image->colormap[i].blue),range) == MagickFalse) in GetImageDepth()
467 static inline MagickBooleanType IsPixelAtDepth(const Quantum pixel, in IsPixelAtDepth() function