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

  /external/ImageMagick/coders/
flif.c 486 *qs++=ScaleQuantumToShort(GetPixelRed(image,p));
487 *qs++=ScaleQuantumToShort(GetPixelGreen(image,p));
488 *qs++=ScaleQuantumToShort(GetPixelBlue(image,p));
490 *qs++=ScaleQuantumToShort(GetPixelAlpha(image,p));
yuv.c 705 (void) WriteBlobShort(image,ScaleQuantumToShort(
710 (void) WriteBlobShort(image,ScaleQuantumToShort(
743 (void) WriteBlobShort(image,ScaleQuantumToShort(
785 (void) WriteBlobShort(image,ScaleQuantumToShort(
819 (void) WriteBlobShort(image,ScaleQuantumToShort(
sgi.c 963 1UL*ScaleQuantumToShort(QuantumRange));
    [all...]
miff.c     [all...]
jpeg.c     [all...]
mpc.c     [all...]
xwd.c 799 colors[i].red=ScaleQuantumToShort(ClampToQuantum(
801 colors[i].green=ScaleQuantumToShort(ClampToQuantum(
803 colors[i].blue=ScaleQuantumToShort(ClampToQuantum(
vips.c 615 (void) WriteBlobShort(image,ScaleQuantumToShort(value));
png.c     [all...]
pnm.c     [all...]
pict.c     [all...]
tiff.c     [all...]
psd.c 781 SetPixelIndex(image,ScaleQuantumToShort(pixel),q);
    [all...]
  /external/ImageMagick/MagickCore/
stream.c     [all...]
quantum-private.h 366 static inline unsigned short ScaleQuantumToShort(const Quantum quantum)
469 static inline unsigned short ScaleQuantumToShort(const Quantum quantum)
555 static inline unsigned short ScaleQuantumToShort(const Quantum quantum)
621 static inline unsigned short ScaleQuantumToShort(const Quantum quantum)
quantum-export.c 289 pixel=ScaleQuantumToShort(GetPixelAlpha(image,p));
572 pixel=ScaleQuantumToShort(GetPixelBlue(image,p));
574 pixel=ScaleQuantumToShort(GetPixelGreen(image,p));
576 pixel=ScaleQuantumToShort(GetPixelRed(image,p));
800 pixel=ScaleQuantumToShort(GetPixelBlue(image,p));
802 pixel=ScaleQuantumToShort(GetPixelGreen(image,p));
804 pixel=ScaleQuantumToShort(GetPixelRed(image,p));
806 pixel=ScaleQuantumToShort(GetPixelAlpha(image,p));
    [all...]
pixel.c     [all...]
xwindow.c 118 ((ScaleQuantumToShort(XRedGamma((color)->red))*map->red_max/65535L)* \
120 ((ScaleQuantumToShort(XGreenGamma((color)->green))*map->green_max/65535L)* \
122 ((ScaleQuantumToShort(XBlueGamma((color)->blue))*map->blue_max/65535L)* \
125 ((ScaleQuantumToShort(XRedGamma(GetPixelRed(image,color)))*map->red_max/65535L)* \
127 ((ScaleQuantumToShort(XGreenGamma(GetPixelGreen(image,color)))*map->green_max/65535L)* \
129 ((ScaleQuantumToShort(XBlueGamma(GetPixelBlue(image,color)))*map->blue_max/65535L)* \
    [all...]
color.c     [all...]
profile.c     [all...]
statistic.c     [all...]

Completed in 431 milliseconds