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

  /external/ImageMagick/coders/
dps.c 380 SetPixelRed(image,ScaleShortToQuantum(colors[index].red),q);
382 SetPixelGreen(image,ScaleShortToQuantum(colors[index].green),q);
384 SetPixelBlue(image,ScaleShortToQuantum(colors[index].blue),q);
403 SetPixelRed(image,ScaleShortToQuantum((unsigned short) color),q);
406 SetPixelGreen(image,ScaleShortToQuantum((unsigned short) color),q);
409 SetPixelBlue(image,ScaleShortToQuantum((unsigned short) color),q);
435 image->colormap[colors[i].pixel].red=ScaleShortToQuantum(colors[i].red);
437 ScaleShortToQuantum(colors[i].green);
439 ScaleShortToQuantum(colors[i].blue);
plasma.c 106 SetPixelRed(image,ScaleShortToQuantum((unsigned short) (65535.0*
108 SetPixelGreen(image,ScaleShortToQuantum((unsigned short) (65535.0*
110 SetPixelBlue(image,ScaleShortToQuantum((unsigned short) (65535.0*
flif.c 225 SetPixelRed(image,ScaleShortToQuantum(*p++),q);
226 SetPixelGreen(image,ScaleShortToQuantum(*p++),q);
227 SetPixelBlue(image,ScaleShortToQuantum(*p++),q);
228 SetPixelAlpha(image,ScaleShortToQuantum(*p++),q);
yuv.c 257 SetPixelGreen(image,ScaleShortToQuantum(((*p) << 8) | *(p+1)),
265 SetPixelRed(image,ScaleShortToQuantum(((*p) << 8) | *(p+1)),q);
277 SetPixelBlue(image,ScaleShortToQuantum(((*p) << 8) | *(p+1)),
285 SetPixelRed(image,ScaleShortToQuantum(((*p) << 8) | *(p+1)),q);
306 SetPixelRed(image,ScaleShortToQuantum(((*p) << 8) | *(p+1)),q);
355 SetPixelGreen(chroma_image,ScaleShortToQuantum(((*p) << 8) |
390 SetPixelBlue(chroma_image,ScaleShortToQuantum(((*p) << 8) |
xwd.c 469 SetPixelRed(image,ScaleShortToQuantum(
473 SetPixelGreen(image,ScaleShortToQuantum(
477 SetPixelBlue(image,ScaleShortToQuantum(
500 SetPixelRed(image,ScaleShortToQuantum((unsigned short) color),q);
504 SetPixelGreen(image,ScaleShortToQuantum((unsigned short) color),
509 SetPixelBlue(image,ScaleShortToQuantum((unsigned short) color),q);
534 image->colormap[i].red=(MagickRealType) ScaleShortToQuantum(
536 image->colormap[i].green=(MagickRealType) ScaleShortToQuantum(
538 image->colormap[i].blue=(MagickRealType) ScaleShortToQuantum(
bmp.c     [all...]
vips.c 280 return(ScaleShortToQuantum(s));
291 return(ScaleShortToQuantum(ReadBlobShort(image)));
sgi.c 571 SetPixelRed(image,ScaleShortToQuantum((unsigned short)
573 SetPixelGreen(image,ScaleShortToQuantum((unsigned short)
575 SetPixelBlue(image,ScaleShortToQuantum((unsigned short)
579 SetPixelAlpha(image,ScaleShortToQuantum((unsigned short)
    [all...]
pict.c     [all...]
mpc.c 893 image->colormap[i].red=ScaleShortToQuantum(pixel);
895 image->colormap[i].green=ScaleShortToQuantum(pixel);
897 image->colormap[i].blue=ScaleShortToQuantum(pixel);
    [all...]
jpeg.c     [all...]
png.c     [all...]
rle.c 277 *p++=(unsigned char) ScaleShortToQuantum(ReadBlobLSBShort(image));
miff.c     [all...]
pnm.c 839 SetPixelRed(image,ScaleShortToQuantum(pixel),q);
841 SetPixelGreen(image,ScaleShortToQuantum(pixel),q);
843 SetPixelBlue(image,ScaleShortToQuantum(pixel),q);
    [all...]
psd.c 872 pixel=ScaleShortToQuantum(nibble);
    [all...]
  /external/ImageMagick/MagickCore/
quantum-import.c 307 SetPixelAlpha(image,ScaleShortToQuantum(pixel),q);
599 SetPixelBlue(image,ScaleShortToQuantum(pixel),q);
601 SetPixelGreen(image,ScaleShortToQuantum(pixel),q);
603 SetPixelRed(image,ScaleShortToQuantum(pixel),q);
746 quantum=(size_t) (ScaleShortToQuantum((unsigned short)
752 quantum=(size_t) (ScaleShortToQuantum((unsigned short)
758 quantum=(size_t) (ScaleShortToQuantum((unsigned short)
780 SetPixelRed(image,ScaleShortToQuantum((unsigned short) (pixel << 6)),q);
782 SetPixelGreen(image,ScaleShortToQuantum((unsigned short) (pixel << 6)),
785 SetPixelBlue(image,ScaleShortToQuantum((unsigned short) (pixel << 6))
    [all...]
quantum-private.h 379 static inline Quantum ScaleShortToQuantum(const unsigned short value)
482 static inline Quantum ScaleShortToQuantum(const unsigned short value)
569 static inline Quantum ScaleShortToQuantum(const unsigned short value)
630 static inline Quantum ScaleShortToQuantum(const unsigned short value)
pixel.c     [all...]
xwindow.c 591 SetPixelRed(annotate_image,ScaleShortToQuantum(
593 SetPixelGreen(annotate_image,ScaleShortToQuantum(
595 SetPixelBlue(annotate_image,ScaleShortToQuantum(
606 SetPixelRed(annotate_image,ScaleShortToQuantum(
608 SetPixelGreen(annotate_image,ScaleShortToQuantum(
610 SetPixelBlue(annotate_image,ScaleShortToQuantum(
    [all...]
statistic.c     [all...]
display.c     [all...]
profile.c     [all...]

Completed in 465 milliseconds