Searched refs:ScaleQuantumToShort (Results 1 - 21 of 21) sorted by relevance

/external/ImageMagick/coders/
H A Dflif.c486 *qs++=ScaleQuantumToShort(GetPixelRed(image,p));
487 *qs++=ScaleQuantumToShort(GetPixelGreen(image,p));
488 *qs++=ScaleQuantumToShort(GetPixelBlue(image,p));
490 *qs++=ScaleQuantumToShort(GetPixelAlpha(image,p));
H A Dyuv.c705 (void) WriteBlobShort(image,ScaleQuantumToShort(
710 (void) WriteBlobShort(image,ScaleQuantumToShort(
743 (void) WriteBlobShort(image,ScaleQuantumToShort(
785 (void) WriteBlobShort(image,ScaleQuantumToShort(
819 (void) WriteBlobShort(image,ScaleQuantumToShort(
H A Dsgi.c963 1UL*ScaleQuantumToShort(QuantumRange));
1026 *q++=ScaleQuantumToShort(GetPixelRed(image,p));
1027 *q++=ScaleQuantumToShort(GetPixelGreen(image,p));
1028 *q++=ScaleQuantumToShort(GetPixelBlue(image,p));
1029 *q++=ScaleQuantumToShort(GetPixelAlpha(image,p));
H A Dmiff.c1805 value=ScaleQuantumToShort(ClampToQuantum(pixel->alpha));
1863 value=ScaleQuantumToShort(ClampToQuantum(pixel->red));
1867 value=ScaleQuantumToShort(ClampToQuantum(pixel->green));
1869 value=ScaleQuantumToShort(ClampToQuantum(pixel->blue));
1874 value=ScaleQuantumToShort(ClampToQuantum(pixel->black));
1879 value=ScaleQuantumToShort(ClampToQuantum(pixel->alpha));
2384 pixel=ScaleQuantumToShort(image->colormap[i].red);
2386 pixel=ScaleQuantumToShort(image->colormap[i].green);
2388 pixel=ScaleQuantumToShort(image->colormap[i].blue);
H A Djpeg.c2809 *q++=(JSAMPLE) (ScaleQuantumToShort(ClampToQuantum(GetPixelLuma(image,
2836 *q++=(JSAMPLE) (ScaleQuantumToShort(GetPixelRed(image,p))/scale);
2837 *q++=(JSAMPLE) (ScaleQuantumToShort(GetPixelGreen(image,p))/scale);
2838 *q++=(JSAMPLE) (ScaleQuantumToShort(GetPixelBlue(image,p))/scale);
2865 *q++=(JSAMPLE) (ScaleQuantumToShort(QuantumRange-GetPixelRed(
2867 *q++=(JSAMPLE) (ScaleQuantumToShort(QuantumRange-GetPixelGreen(
2869 *q++=(JSAMPLE) (ScaleQuantumToShort(QuantumRange-GetPixelBlue(
2871 *q++=(JSAMPLE) (ScaleQuantumToShort(QuantumRange-GetPixelBlack(
H A Dmpc.c1429 pixel=ScaleQuantumToShort(image->colormap[i].red);
1431 pixel=ScaleQuantumToShort(image->colormap[i].green);
1433 pixel=ScaleQuantumToShort(image->colormap[i].blue);
H A Dxwd.c799 colors[i].red=ScaleQuantumToShort(ClampToQuantum(
801 colors[i].green=ScaleQuantumToShort(ClampToQuantum(
803 colors[i].blue=ScaleQuantumToShort(ClampToQuantum(
H A Dvips.c615 (void) WriteBlobShort(image,ScaleQuantumToShort(value));
H A Dpng.c3263 (ScaleQuantumToShort(GetPixelRed(image,q)) ==
3265 ScaleQuantumToShort(GetPixelGreen(image,q)) ==
3267 ScaleQuantumToShort(GetPixelBlue(image,q)) ==
3563 if (ScaleQuantumToShort(image->colormap[x].red) ==
3593 if (ScaleQuantumToShort(GetPixelRed(image,q)) ==
3595 ScaleQuantumToShort(GetPixelGreen(image,q)) ==
3597 ScaleQuantumToShort(GetPixelBlue(image,q)) ==
6578 SetPixelRed(image,ScaleQuantumToShort(
6580 SetPixelGreen(image,ScaleQuantumToShort(
6582 SetPixelBlue(image,ScaleQuantumToShort(
[all...]
H A Dpnm.c1820 "%u ",ScaleQuantumToShort(index));
1891 "%u %u %u ",ScaleQuantumToShort(GetPixelRed(image,p)),
1892 ScaleQuantumToShort(GetPixelGreen(image,p)),
1893 ScaleQuantumToShort(GetPixelBlue(image,p)));
2037 pixel=ScaleQuantumToShort(GetPixelRed(image,p));
H A Dpict.c1926 (void) WriteBlobMSBShort(image,ScaleQuantumToShort(
1928 (void) WriteBlobMSBShort(image,ScaleQuantumToShort(
1930 (void) WriteBlobMSBShort(image,ScaleQuantumToShort(
H A Dtiff.c3883 red[i]=ScaleQuantumToShort(image->colormap[i].red);
3884 green[i]=ScaleQuantumToShort(image->colormap[i].green);
3885 blue[i]=ScaleQuantumToShort(image->colormap[i].blue);
H A Dpsd.c781 SetPixelIndex(image,ScaleQuantumToShort(pixel),q);
/external/ImageMagick/MagickCore/
H A Dstream.c2512 *q++=ScaleQuantumToShort(GetPixelBlue(image,p));
2513 *q++=ScaleQuantumToShort(GetPixelGreen(image,p));
2514 *q++=ScaleQuantumToShort(GetPixelRed(image,p));
2526 *q++=ScaleQuantumToShort(GetPixelBlue(image,p));
2527 *q++=ScaleQuantumToShort(GetPixelGreen(image,p));
2528 *q++=ScaleQuantumToShort(GetPixelRed(image,p));
2529 *q++=ScaleQuantumToShort((Quantum) (GetPixelAlpha(image,p)));
2541 *q++=ScaleQuantumToShort(GetPixelBlue(image,p));
2542 *q++=ScaleQuantumToShort(GetPixelGreen(image,p));
2543 *q++=ScaleQuantumToShort(GetPixelRe
[all...]
H A Dquantum-private.h366 static inline unsigned short ScaleQuantumToShort(const Quantum quantum) function
469 static inline unsigned short ScaleQuantumToShort(const Quantum quantum) function
555 static inline unsigned short ScaleQuantumToShort(const Quantum quantum) function
621 static inline unsigned short ScaleQuantumToShort(const Quantum quantum) function
H A Dquantum-export.c289 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));
1044 pixel=ScaleQuantumToShort(GetPixelBlue(image,p));
1046 pixel=ScaleQuantumToShort(GetPixelGree
[all...]
H A Dpixel.c1790 *q++=ScaleQuantumToShort(GetPixelBlue(image,p));
1791 *q++=ScaleQuantumToShort(GetPixelGreen(image,p));
1792 *q++=ScaleQuantumToShort(GetPixelRed(image,p));
1807 *q++=ScaleQuantumToShort(GetPixelBlue(image,p));
1808 *q++=ScaleQuantumToShort(GetPixelGreen(image,p));
1809 *q++=ScaleQuantumToShort(GetPixelRed(image,p));
1810 *q++=ScaleQuantumToShort(GetPixelAlpha(image,p));
1825 *q++=ScaleQuantumToShort(GetPixelBlue(image,p));
1826 *q++=ScaleQuantumToShort(GetPixelGreen(image,p));
1827 *q++=ScaleQuantumToShort(GetPixelRe
[all...]
H A Dxwindow.c118 ((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)* \
3159 pixel->alpha_color.red*ScaleQuantumToShort(HighlightModulate))/65535L+
3160 (ScaleQuantumToShort((Quantum) (QuantumRange-HighlightModulate))));
3162 pixel->alpha_color.green*ScaleQuantumToShort(HighlightModulate))/65535L+
3163 (ScaleQuantumToShort((Quantu
[all...]
H A Dcolor.c1203 ScaleQuantumToShort(ClampToQuantum(color)));
1562 ScaleQuantumToShort(ClampToQuantum(color)));
H A Dprofile.c1150 *p++=ScaleQuantumToShort(GetPixelRed(image,q));
1153 *p++=ScaleQuantumToShort(GetPixelGreen(image,q));
1154 *p++=ScaleQuantumToShort(GetPixelBlue(image,q));
1157 *p++=ScaleQuantumToShort(GetPixelBlack(image,q));
H A Dstatistic.c2935 index=ScaleQuantumToShort(pixel);

Completed in 435 milliseconds