HomeSort by relevance Sort by last modified time
    Searched refs:ScaleQuantumToChar (Results 1 - 25 of 50) sorted by null

1 2

  /external/ImageMagick/MagickCore/
quantum.h 98 static inline unsigned char ScaleQuantumToChar(const Quantum quantum)
111 static inline unsigned char ScaleQuantumToChar(const Quantum quantum)
124 static inline unsigned char ScaleQuantumToChar(const Quantum quantum)
138 static inline unsigned char ScaleQuantumToChar(const Quantum quantum)
segment.c 379 if (((ssize_t) ScaleQuantumToChar(GetPixelRed(image,p)) >=
381 ((ssize_t) ScaleQuantumToChar(GetPixelRed(image,p)) <=
383 ((ssize_t) ScaleQuantumToChar(GetPixelGreen(image,p)) >=
385 ((ssize_t) ScaleQuantumToChar(GetPixelGreen(image,p)) <=
387 ((ssize_t) ScaleQuantumToChar(GetPixelBlue(image,p)) >=
389 ((ssize_t) ScaleQuantumToChar(GetPixelBlue(image,p)) <=
396 cluster->red.center+=(double) ScaleQuantumToChar(
398 cluster->green.center+=(double) ScaleQuantumToChar(
400 cluster->blue.center+=(double) ScaleQuantumToChar(
572 if (((ssize_t) ScaleQuantumToChar(GetPixelRed(image,q)) >
    [all...]
nt-feature.c 201 q->rgbRed = ScaleQuantumToChar(GetPixelRed(image,p));
202 q->rgbGreen = ScaleQuantumToChar(GetPixelGreen(image,p));
203 q->rgbBlue = ScaleQuantumToChar(GetPixelBlue(image,p));
640 q->rgbRed=ScaleQuantumToChar(GetPixelRed(image,p));
641 q->rgbGreen=ScaleQuantumToChar(GetPixelGreen(image,p));
642 q->rgbBlue=ScaleQuantumToChar(GetPixelBlue(image,p));
stream.c     [all...]
quantum-export.c 264 pixel=ScaleQuantumToChar(GetPixelAlpha(image,p));
369 q=PopCharPixel(ScaleQuantumToChar(GetPixelBlue(image,p)),q);
370 q=PopCharPixel(ScaleQuantumToChar(GetPixelGreen(image,p)),q);
371 q=PopCharPixel(ScaleQuantumToChar(GetPixelRed(image,p)),q);
668 pixel=ScaleQuantumToChar(GetPixelBlue(image,p));
670 pixel=ScaleQuantumToChar(GetPixelGreen(image,p));
672 pixel=ScaleQuantumToChar(GetPixelRed(image,p));
674 pixel=ScaleQuantumToChar(GetPixelAlpha(image,p));
912 pixel=ScaleQuantumToChar(GetPixelBlue(image,p));
914 pixel=ScaleQuantumToChar(GetPixelGreen(image,p))
    [all...]
  /external/ImageMagick/coders/
ps2.c 804 *q++=ScaleQuantumToChar(ClampToQuantum(GetPixelLuma(image,p)));
838 Ascii85Encode(image,ScaleQuantumToChar(ClampToQuantum(
    [all...]
aai.c 395 *q++=ScaleQuantumToChar(GetPixelBlue(image,p));
396 *q++=ScaleQuantumToChar(GetPixelGreen(image,p));
397 *q++=ScaleQuantumToChar(GetPixelRed(image,p));
398 *q=ScaleQuantumToChar((Quantum) (image->alpha_trait !=
avs.c 398 *q++=ScaleQuantumToChar((Quantum) (image->alpha_trait ==
400 *q++=ScaleQuantumToChar(GetPixelRed(image,p));
401 *q++=ScaleQuantumToChar(GetPixelGreen(image,p));
402 *q++=ScaleQuantumToChar(GetPixelBlue(image,p));
histogram.c 246 length=MagickMax((size_t) ScaleQuantumToChar(QuantumRange)+1UL,
266 histogram[ScaleQuantumToChar(GetPixelRed(image,p))].red++;
268 histogram[ScaleQuantumToChar(GetPixelGreen(image,p))].green++;
270 histogram[ScaleQuantumToChar(GetPixelBlue(image,p))].blue++;
uyvy.c 352 (void) WriteBlobByte(image,ScaleQuantumToChar((Quantum) pixel.green));
353 (void) WriteBlobByte(image,ScaleQuantumToChar((Quantum) pixel.red));
354 (void) WriteBlobByte(image,ScaleQuantumToChar((Quantum) pixel.blue));
355 (void) WriteBlobByte(image,ScaleQuantumToChar(
yuv.c 691 (void) WriteBlobByte(image,ScaleQuantumToChar(
693 (void) WriteBlobByte(image,ScaleQuantumToChar(
696 (void) WriteBlobByte(image,ScaleQuantumToChar(
698 (void) WriteBlobByte(image,ScaleQuantumToChar(
703 (void) WriteBlobByte(image,ScaleQuantumToChar(
708 (void) WriteBlobByte(image,ScaleQuantumToChar(
740 (void) WriteBlobByte(image,ScaleQuantumToChar(
782 (void) WriteBlobByte(image,ScaleQuantumToChar(
816 (void) WriteBlobByte(image,ScaleQuantumToChar(
flif.c 502 *qc++=ScaleQuantumToChar(GetPixelRed(image,p));
503 *qc++=ScaleQuantumToChar(GetPixelGreen(image,p));
504 *qc++=ScaleQuantumToChar(GetPixelBlue(image,p));
506 *qc++=ScaleQuantumToChar(GetPixelAlpha(image,p));
hrz.c 339 *q++=ScaleQuantumToChar(GetPixelRed(hrz_image,p)/4);
340 *q++=ScaleQuantumToChar(GetPixelGreen(hrz_image,p)/4);
341 *q++=ScaleQuantumToChar(GetPixelBlue(hrz_image,p)/4);
mtv.c 395 *q++=ScaleQuantumToChar(GetPixelRed(image,p));
396 *q++=ScaleQuantumToChar(GetPixelGreen(image,p));
397 *q++=ScaleQuantumToChar(GetPixelBlue(image,p));
pdf.c     [all...]
ps3.c 281 *q++=ScaleQuantumToChar(GetPixelRed(image,p));
282 *q++=ScaleQuantumToChar(GetPixelGreen(image,p));
283 *q++=ScaleQuantumToChar(GetPixelBlue(image,p));
289 *q++=ScaleQuantumToChar(GetPixelRed(image,p));
290 *q++=ScaleQuantumToChar(GetPixelGreen(image,p));
291 *q++=ScaleQuantumToChar(GetPixelBlue(image,p));
292 *q++=ScaleQuantumToChar(GetPixelBlack(image,p));
354 *q++=ScaleQuantumToChar(ClampToQuantum(GetPixelLuma(image,p)));
    [all...]
dib.c     [all...]
pcl.c 780 ScaleQuantumToChar(image->colormap[i].red),
781 ScaleQuantumToChar(image->colormap[i].green),
782 ScaleQuantumToChar(image->colormap[i].blue),(double) i);
916 *q++=ScaleQuantumToChar(GetPixelRed(image,p));
917 *q++=ScaleQuantumToChar(GetPixelGreen(image,p));
918 *q++=ScaleQuantumToChar(GetPixelBlue(image,p));
tga.c 684 (void) WriteBlobByte(image,ScaleQuantumToChar(ClampToQuantum(
706 (void) WriteBlobByte(image,ScaleQuantumToChar(
708 (void) WriteBlobByte(image,ScaleQuantumToChar(
710 (void) WriteBlobByte(image,ScaleQuantumToChar(
713 (void) WriteBlobByte(image,ScaleQuantumToChar(
901 *q++=ScaleQuantumToChar(ClampToQuantum(image->colormap[i].blue));
902 *q++=ScaleQuantumToChar(ClampToQuantum(image->colormap[i].green));
903 *q++=ScaleQuantumToChar(ClampToQuantum(image->colormap[i].red));
    [all...]
emf.c 607 pBits->rgbRed=ScaleQuantumToChar(image->background_color.red);
608 pBits->rgbGreen=ScaleQuantumToChar(image->background_color.green);
609 pBits->rgbBlue=ScaleQuantumToChar(image->background_color.blue);
775 graphics->Clear(Gdiplus::Color((BYTE) ScaleQuantumToChar(
776 image->background_color.alpha),(BYTE) ScaleQuantumToChar(
777 image->background_color.red),(BYTE) ScaleQuantumToChar(
778 image->background_color.green),(BYTE) ScaleQuantumToChar(
pcx.c     [all...]
sun.c 908 *q++=ScaleQuantumToChar(GetPixelAlpha(image,p));
909 *q++=ScaleQuantumToChar(GetPixelRed(image,p));
910 *q++=ScaleQuantumToChar(GetPixelGreen(image,p));
911 *q++=ScaleQuantumToChar(GetPixelBlue(image,p));
    [all...]
viff.c     [all...]
webp.c 680 ScaleQuantumToChar(GetPixelAlpha(image,p)) << 24 : 0xff000000) |
681 (ScaleQuantumToChar(GetPixelRed(image,p)) << 16) |
682 (ScaleQuantumToChar(GetPixelGreen(image,p)) << 8) |
683 (ScaleQuantumToChar(GetPixelBlue(image,p)));
  /external/ImageMagick/www/source/
mgk.c 435 *q++=ScaleQuantumToChar(GetRedSample(p));
436 *q++=ScaleQuantumToChar(GetGreenSample(p));
437 *q++=ScaleQuantumToChar(GetBlueSample(p));

Completed in 464 milliseconds

1 2