Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtim.c212 ScaleColor5to8(1UL*(word >> 10) & 0x1f)); in ReadTIMImage()
214 ScaleColor5to8(1UL*(word >> 5) & 0x1f)); in ReadTIMImage()
216 ScaleColor5to8(1UL*word & 0x1f)); in ReadTIMImage()
335 SetPixelBlue(image,ScaleCharToQuantum(ScaleColor5to8( in ReadTIMImage()
337 SetPixelGreen(image,ScaleCharToQuantum(ScaleColor5to8( in ReadTIMImage()
339 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8( in ReadTIMImage()
Ddib.c816 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8( in ReadDIBImage()
818 SetPixelGreen(image,ScaleCharToQuantum(ScaleColor5to8( in ReadDIBImage()
820 SetPixelBlue(image,ScaleCharToQuantum(ScaleColor5to8( in ReadDIBImage()
825 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8( in ReadDIBImage()
829 SetPixelBlue(image,ScaleCharToQuantum(ScaleColor5to8( in ReadDIBImage()
/external/ImageMagick/MagickCore/
Dimage-private.h66 static inline unsigned char ScaleColor5to8(const unsigned int color) in ScaleColor5to8() function