HomeSort by relevance Sort by last modified time
    Searched refs:UndefinedPixelTrait (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /external/ImageMagick/MagickCore/
layer.c 110 if (image->alpha_trait == UndefinedPixelTrait)
336 next->alpha_trait != UndefinedPixelTrait ? OverCompositeOp : CopyCompositeOp,
432 next->alpha_trait != UndefinedPixelTrait ? OverCompositeOp : CopyCompositeOp,
541 o1 = (p->alpha_trait != UndefinedPixelTrait) ? p->alpha : OpaqueAlpha;
542 o2 = (q->alpha_trait != UndefinedPixelTrait) ? q->alpha : OpaqueAlpha;
    [all...]
distort.c     [all...]
resample.c 552 if (pixel->alpha_trait != UndefinedPixelTrait)
617 if (pixel->alpha_trait != UndefinedPixelTrait)
673 if (pixel->alpha_trait != UndefinedPixelTrait)
    [all...]
accelerate.c 171 if ((GetPixelRedTraits(image) == UndefinedPixelTrait) ||
172 (GetPixelGreenTraits(image) == UndefinedPixelTrait) ||
173 (GetPixelBlueTraits(image) == UndefinedPixelTrait) ||
174 (GetPixelAlphaTraits(image) == UndefinedPixelTrait))
481 if (GetPixelRedTraits(image) != UndefinedPixelTrait)
483 if (GetPixelGreenTraits(image) != UndefinedPixelTrait)
485 if (GetPixelBlueTraits(image) != UndefinedPixelTrait)
487 if (GetPixelAlphaTraits(image) != UndefinedPixelTrait)
    [all...]
signature.c 547 if (traits == UndefinedPixelTrait)
image.c 503 if (next->alpha_trait != UndefinedPixelTrait)
    [all...]
  /external/ImageMagick/coders/
tiff.c     [all...]
webp.c 286 UndefinedPixelTrait;
679 *q++=(uint32_t) (image->alpha_trait != UndefinedPixelTrait ?
rla.c 260 UndefinedPixelTrait;
png.c     [all...]
dib.c 574 UndefinedPixelTrait;
870 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
fpx.c 453 if (image->alpha_trait != UndefinedPixelTrait)
847 if (image->alpha_trait != UndefinedPixelTrait)
968 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
pcx.c 456 UndefinedPixelTrait;
631 if (image->alpha_trait != UndefinedPixelTrait)
963 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
ps2.c 854 (compression == JPEGCompression) || (image->alpha_trait != UndefinedPixelTrait))
904 if ((image->alpha_trait != UndefinedPixelTrait) &
    [all...]
viff.c 484 UndefinedPixelTrait;
722 SetPixelAlpha(image,image->alpha_trait != UndefinedPixelTrait ?
    [all...]
xpm.c 709 if (picon->alpha_trait != UndefinedPixelTrait)
717 if (picon->alpha_trait != UndefinedPixelTrait)
934 if (image->alpha_trait == UndefinedPixelTrait)
    [all...]
bgr.c 269 if (image->alpha_trait != UndefinedPixelTrait)
326 for (i=0; i < (ssize_t) (image->alpha_trait != UndefinedPixelTrait ? 4 : 3); i++)
574 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
cmyk.c 264 if (image->alpha_trait != UndefinedPixelTrait)
322 for (i=0; i < (image->alpha_trait != UndefinedPixelTrait ? 5 : 4); i++)
617 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
rgb.c 267 if (image->alpha_trait != UndefinedPixelTrait)
326 for (i=0; i < (ssize_t) (image->alpha_trait != UndefinedPixelTrait ? 4 : 3); i++)
570 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
dpx.c     [all...]
ps.c     [all...]
pdf.c     [all...]
icon.c     [all...]
  /external/ImageMagick/Magick++/lib/
Statistic.cpp 465 if (traits == UndefinedPixelTrait)
647 if (traits == UndefinedPixelTrait)
  /external/ImageMagick/MagickWand/
pixel-wand.c 777 if (wand->pixel.alpha_trait != UndefinedPixelTrait)
    [all...]

Completed in 972 milliseconds

1 23 4 5