Home
last modified time | relevance | path

Searched refs:ScaleColor5to8 (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/coders/
Dtim.c215 ScaleColor5to8(1UL*(word >> 10) & 0x1f)); in ReadTIMImage()
217 ScaleColor5to8(1UL*(word >> 5) & 0x1f)); in ReadTIMImage()
219 ScaleColor5to8(1UL*word & 0x1f)); in ReadTIMImage()
342 SetPixelBlue(image,ScaleCharToQuantum(ScaleColor5to8( in ReadTIMImage()
344 SetPixelGreen(image,ScaleCharToQuantum(ScaleColor5to8( in ReadTIMImage()
346 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8( in ReadTIMImage()
Ddib.c857 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8( in ReadDIBImage()
859 SetPixelGreen(image,ScaleCharToQuantum(ScaleColor5to8( in ReadDIBImage()
861 SetPixelBlue(image,ScaleCharToQuantum(ScaleColor5to8( in ReadDIBImage()
866 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8( in ReadDIBImage()
870 SetPixelBlue(image,ScaleCharToQuantum(ScaleColor5to8( in ReadDIBImage()
/external/ImageMagick/MagickCore/
Dimage-private.h66 static inline unsigned char ScaleColor5to8(const unsigned int color) in ScaleColor5to8() function