HomeSort by relevance Sort by last modified time
    Searched full:alpha_trait (Results 51 - 75 of 105) sorted by null

1 23 4 5

  /external/ImageMagick/coders/
dib.c 573 image->alpha_trait=dib_info.bits_per_pixel == 32 ? BlendPixelTrait :
870 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
sgi.c 549 image->alpha_trait=iris_info.depth == 4 ? BlendPixelTrait :
578 if (image->alpha_trait != UndefinedPixelTrait)
608 if (image->alpha_trait != UndefinedPixelTrait)
947 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
thumbnail.c 211 (void) SetImageType(thumbnail_image,thumbnail_image->alpha_trait ==
viff.c 483 image->alpha_trait=viff_info.number_data_bands == 4 ? BlendPixelTrait :
722 SetPixelAlpha(image,image->alpha_trait != UndefinedPixelTrait ?
    [all...]
xpm.c 414 image->alpha_trait=BlendPixelTrait;
709 if (picon->alpha_trait != UndefinedPixelTrait)
717 if (picon->alpha_trait != UndefinedPixelTrait)
934 if (image->alpha_trait == UndefinedPixelTrait)
    [all...]
dpx.c     [all...]
webp.c 285 image->alpha_trait=features->has_alpha != 0 ? BlendPixelTrait :
679 *q++=(uint32_t) (image->alpha_trait != UndefinedPixelTrait ?
icon.c 402 image->alpha_trait=BlendPixelTrait;
    [all...]
pcx.c 455 image->alpha_trait=pcx_info.planes > 3 ? BlendPixelTrait :
631 if (image->alpha_trait != UndefinedPixelTrait)
963 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
mask.c 245 mask_image->alpha_trait=UndefinedPixelTrait;
null.c 139 image->alpha_trait=BlendPixelTrait;
rla.c 259 image->alpha_trait=rla_info.number_matte_channels != 0 ? BlendPixelTrait :
uil.c 235 if (image->alpha_trait != UndefinedPixelTrait)
  /external/ImageMagick/MagickCore/
pixel.c 239 if ((destination->alpha_trait != UndefinedPixelTrait) &&
240 (image->alpha_trait == UndefinedPixelTrait))
    [all...]
vision.c 581 component_image->alpha_trait=BlendPixelTrait;
609 component_image->alpha_trait=BlendPixelTrait;
fx.c 716 if ((colorize_image->alpha_trait == UndefinedPixelTrait) &&
717 (colorize->alpha_trait != UndefinedPixelTrait))
    [all...]
composite.c 574 if ((image->alpha_trait != UndefinedPixelTrait) &&
575 (source_image->alpha_trait == UndefinedPixelTrait))
768 if (image->alpha_trait == UndefinedPixelTrait)
    [all...]
colormap.c 140 image->colormap[i].alpha_trait=BlendPixelTrait;
quantum.c 544 if (image->alpha_trait != UndefinedPixelTrait)
549 if (image->alpha_trait != UndefinedPixelTrait)
555 if (image->alpha_trait != UndefinedPixelTrait)
561 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
decorate.c 239 if ((frame_image->alpha_color.alpha_trait != UndefinedPixelTrait) &&
240 (frame_image->alpha_trait == UndefinedPixelTrait))
    [all...]
animate.c 888 next->alpha_trait=UndefinedPixelTrait;
927 (void) SetImageType(image_list[scene],image_list[scene]->alpha_trait ==
935 (void) SetImageType(display_image,display_image->alpha_trait !=
    [all...]
resize.c     [all...]
resample.c 552 if (pixel->alpha_trait != UndefinedPixelTrait)
617 if (pixel->alpha_trait != UndefinedPixelTrait)
673 if (pixel->alpha_trait != UndefinedPixelTrait)
    [all...]
fourier.c 1017 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 308 if ((matteFlag_ && !constImage()->alpha_trait) ||
309 (constImage()->alpha_trait && !matteFlag_))
313 image()->alpha_trait=matteFlag_ ? BlendPixelTrait : UndefinedPixelTrait;
318 if (constImage()->alpha_trait == BlendPixelTrait)
    [all...]

Completed in 492 milliseconds

1 23 4 5