Home
last modified time | relevance | path

Searched refs:IsYCbCrCompatibleColorspace (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dcolorspace-private.h142 static inline MagickBooleanType IsYCbCrCompatibleColorspace( in IsYCbCrCompatibleColorspace() function
/external/ImageMagick/coders/
Ddpx.c1536 if ((IsYCbCrCompatibleColorspace(image->colorspace) != MagickFalse) && in WriteDPXImage()
1996 if (IsYCbCrCompatibleColorspace(image->colorspace) != MagickFalse) in WriteDPXImage()
Dtiff.c3559 if (IsYCbCrCompatibleColorspace(image->colorspace) != MagickFalse) in WriteTIFFImage()
3701 if (IsYCbCrCompatibleColorspace(image->colorspace) != MagickFalse) in WriteTIFFImage()
Djpeg.c1147 if (IsYCbCrCompatibleColorspace(image_info->colorspace) != MagickFalse) in ReadJPEGImage_()