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