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

1 2 3

  /external/ImageMagick/coders/
hald.c 160 SetPixelAlpha(image,OpaqueAlpha,q);
matte.c 205 SetPixelAlpha(matte_image,OpaqueAlpha,q);
aai.c 190 if (GetPixelAlpha(image,q) != OpaqueAlpha)
399 UndefinedPixelTrait ? GetPixelAlpha(image,p) : OpaqueAlpha));
avs.c 190 if (GetPixelAlpha(image,q) != OpaqueAlpha)
399 BlendPixelTrait ? GetPixelAlpha(image,p) : OpaqueAlpha));
screenshot.c 220 SetPixelAlpha(image,OpaqueAlpha,q);
pnm.c 826 SetPixelAlpha(image,OpaqueAlpha,q);
844 SetPixelAlpha(image,OpaqueAlpha,q);
862 SetPixelAlpha(image,OpaqueAlpha,q);
885 SetPixelAlpha(image,OpaqueAlpha,q);
903 SetPixelAlpha(image,OpaqueAlpha,q);
916 SetPixelAlpha(image,OpaqueAlpha,q);
    [all...]
xpm.c 732 SetPixelAlpha(picon,OpaqueAlpha,q);
792 pixel.alpha=(double) OpaqueAlpha;
951 if (image->colormap[i].alpha != OpaqueAlpha)
969 if (image->colormap[i].alpha != OpaqueAlpha)
    [all...]
clipboard.c 230 SetPixelAlpha(image,OpaqueAlpha,q);
hrz.c 170 SetPixelAlpha(image,OpaqueAlpha,q);
mtv.c 188 SetPixelAlpha(image,OpaqueAlpha,q);
uil.c 311 pixel.alpha=(double) OpaqueAlpha;
jpeg.c     [all...]
dps.c 498 SetPixelAlpha(image,OpaqueAlpha,q);
sgi.c 577 SetPixelAlpha(image,OpaqueAlpha,q);
607 SetPixelAlpha(image,OpaqueAlpha,q);
    [all...]
sixel.c     [all...]
tga.c 331 pixel.alpha=(MagickRealType) OpaqueAlpha;
495 TransparentAlpha : (Quantum) OpaqueAlpha);
    [all...]
png.c     [all...]
wmf.c 488 PixelSetAlphaQuantum(fill_color,OpaqueAlpha);
514 PixelSetAlphaQuantum(stroke_color,OpaqueAlpha);
702 ddata->image_info->background_color.alpha != OpaqueAlpha )
    [all...]
  /external/ImageMagick/MagickCore/
pixel-accessor.h 57 return(OpaqueAlpha);
361 return(QuantumRange-OpaqueAlpha);
393 pixel_info->alpha=(MagickRealType) OpaqueAlpha;
468 (AbsolutePixelValue(value-OpaqueAlpha) >= MagickEpsilon))
472 (AbsolutePixelValue(q->alpha-OpaqueAlpha)) >= MagickEpsilon)
523 (AbsolutePixelValue(p->alpha-OpaqueAlpha) >= MagickEpsilon))
527 (AbsolutePixelValue(q->alpha-OpaqueAlpha)) >= MagickEpsilon)
644 image->background_color.alpha_trait == UndefinedPixelTrait ? OpaqueAlpha :
782 pixel_info->alpha_trait == UndefinedPixelTrait ? OpaqueAlpha :
channel.c     [all...]
colormap.c 144 image->colormap[i].alpha=OpaqueAlpha;
image.h 28 #define OpaqueAlpha ((Quantum) QuantumRange)
quantize.c 450 (GetPixelAlpha(image,pixel) == OpaqueAlpha))
472 (pixel->alpha == OpaqueAlpha))
901 ClampPixel(OpaqueAlpha);
    [all...]
color.c     [all...]
  /external/ImageMagick/Magick++/lib/
Color.cpp 87 quantumAlpha(OpaqueAlpha);
108 if (alpha_ != OpaqueAlpha)
126 if (alpha_ != OpaqueAlpha)

Completed in 554 milliseconds

1 2 3