HomeSort by relevance Sort by last modified time
    Searched refs:ScaleColor5to8 (Results 1 - 3 of 3) sorted by null

  /external/ImageMagick/MagickCore/
image-private.h 66 static inline unsigned char ScaleColor5to8(const unsigned int color)
  /external/ImageMagick/coders/
tim.c 214 ScaleColor5to8(1UL*(word >> 10) & 0x1f));
216 ScaleColor5to8(1UL*(word >> 5) & 0x1f));
218 ScaleColor5to8(1UL*word & 0x1f));
337 SetPixelBlue(image,ScaleCharToQuantum(ScaleColor5to8(
339 SetPixelGreen(image,ScaleCharToQuantum(ScaleColor5to8(
341 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8(
dib.c 823 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8(
825 SetPixelGreen(image,ScaleCharToQuantum(ScaleColor5to8(
827 SetPixelBlue(image,ScaleCharToQuantum(ScaleColor5to8(
832 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8(
836 SetPixelBlue(image,ScaleCharToQuantum(ScaleColor5to8(
    [all...]

Completed in 336 milliseconds