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

1 2 3 4 5

  /external/ImageMagick/coders/
tile.c 128 image->alpha_trait=tile_image->alpha_trait;
129 if (image->alpha_trait != UndefinedPixelTrait)
gradient.c 172 image->alpha_trait=stops[0].color.alpha_trait;
173 if (stops[1].color.alpha_trait != UndefinedPixelTrait)
174 image->alpha_trait=stops[1].color.alpha_trait;
matte.c 184 if (image->alpha_trait == UndefinedPixelTrait)
190 matte_image->alpha_trait=UndefinedPixelTrait;
xc.c 146 image->alpha_trait=pixel.alpha_trait;
vips.c 455 image->alpha_trait=BlendPixelTrait;
461 image->alpha_trait=BlendPixelTrait;
467 image->alpha_trait=BlendPixelTrait;
472 image->alpha_trait=BlendPixelTrait;
658 channels=image->alpha_trait != UndefinedPixelTrait ? 4 : 3;
660 channels=image->alpha_trait != UndefinedPixelTrait ? 2 : 1;
662 channels=image->alpha_trait != UndefinedPixelTrait ? 5 : 4;
psd.c 294 if (image->alpha_trait != BlendPixelTrait || image->colorspace != sRGBColorspace)
374 layer_info->image->alpha_trait=BlendPixelTrait;
822 if (image->alpha_trait != UndefinedPixelTrait)
831 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
debug.c 214 if (image->alpha_trait != UndefinedPixelTrait)
244 if (pixel.alpha_trait != UndefinedPixelTrait)
thumbnail.c 211 (void) SetImageType(thumbnail_image,thumbnail_image->alpha_trait ==
txt.c 461 image->alpha_trait=UndefinedPixelTrait;
465 image->alpha_trait=BlendPixelTrait;
496 if (image->alpha_trait != UndefinedPixelTrait)
512 if (image->alpha_trait != UndefinedPixelTrait)
526 if (image->alpha_trait != UndefinedPixelTrait)
748 if (image->alpha_trait != UndefinedPixelTrait)
821 if (pixel.alpha_trait != UndefinedPixelTrait)
miff.c 237 if (image->alpha_trait != UndefinedPixelTrait)
249 if (image->alpha_trait != UndefinedPixelTrait)
262 if (image->alpha_trait != UndefinedPixelTrait)
300 if (image->alpha_trait != UndefinedPixelTrait)
328 if (image->alpha_trait != UndefinedPixelTrait)
356 if (image->alpha_trait != UndefinedPixelTrait)
640 alpha_trait;
642 alpha_trait=ParseCommandOption(MagickPixelTraitOptions,
644 if (alpha_trait < 0)
646 image->alpha_trait=(PixelTrait) alpha_trait
635 alpha_trait; local
    [all...]
tga.c 247 image->alpha_trait=(alpha_bits > 0) || (tga_info.bits_per_pixel == 32) ||
493 if (image->alpha_trait != UndefinedPixelTrait)
534 if (image->alpha_trait != UndefinedPixelTrait)
698 value=(((image->alpha_trait != UndefinedPixelTrait) &&
712 if (image->alpha_trait != UndefinedPixelTrait)
800 (image->alpha_trait == UndefinedPixelTrait) &&
814 if (image->alpha_trait != UndefinedPixelTrait)
820 if (image->alpha_trait != UndefinedPixelTrait)
894 *q++=(((image->alpha_trait != UndefinedPixelTrait) && ((double)
    [all...]
pnm.c 385 image->alpha_trait=BlendPixelTrait;
396 image->alpha_trait=BlendPixelTrait;
401 image->alpha_trait=BlendPixelTrait;
412 image->alpha_trait=BlendPixelTrait;
959 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
flif.c 210 image->alpha_trait=(flif_image_get_nb_channels(flifimage) > 3 ?
489 if (image->alpha_trait != UndefinedPixelTrait)
505 if (image->alpha_trait != UndefinedPixelTrait)
exr.c 209 image->alpha_trait=BlendPixelTrait;
514 channels=image->alpha_trait != UndefinedPixelTrait ? IMF_WRITE_YCA :
517 channels=image->alpha_trait != UndefinedPixelTrait ? IMF_WRITE_RGBA :
554 if (image->alpha_trait == UndefinedPixelTrait)
null.c 139 image->alpha_trait=BlendPixelTrait;
aai.c 191 image->alpha_trait=BlendPixelTrait;
398 *q=ScaleQuantumToChar((Quantum) (image->alpha_trait !=
avs.c 191 image->alpha_trait=BlendPixelTrait;
398 *q++=ScaleQuantumToChar((Quantum) (image->alpha_trait ==
rle.c 225 image->alpha_trait=flags & 0x04 ? BlendPixelTrait : UndefinedPixelTrait;
313 if (image->alpha_trait != UndefinedPixelTrait)
339 if (image->alpha_trait == UndefinedPixelTrait)
505 if (image->alpha_trait != UndefinedPixelTrait)
556 if (image->alpha_trait == UndefinedPixelTrait)
bmp.c 860 image->alpha_trait=((bmp_info.alpha_mask != 0) &&
    [all...]
  /external/ImageMagick/MagickCore/
channel.c 361 destination_image->alpha_trait=BlendPixelTrait;
511 combine_image->alpha_trait=BlendPixelTrait;
625 return(image->alpha_trait != UndefinedPixelTrait ? MagickTrue : MagickFalse);
697 separate_image->alpha_trait=UndefinedPixelTrait;
949 image->alpha_trait=BlendPixelTrait;
    [all...]
attribute.c 312 (image->alpha_trait == UndefinedPixelTrait))
597 if (image->alpha_trait == UndefinedPixelTrait)
605 if (image->alpha_trait != UndefinedPixelTrait)
611 if (image->alpha_trait != UndefinedPixelTrait)
615 if (image->alpha_trait != UndefinedPixelTrait)
697 if ((type == GrayscaleType) && (image->alpha_trait != UndefinedPixelTrait))
823 if (image->alpha_trait == UndefinedPixelTrait)
831 if (image->alpha_trait != UndefinedPixelTrait)
837 if (image->alpha_trait != UndefinedPixelTrait)
841 if (image->alpha_trait != UndefinedPixelTrait
    [all...]
pixel-accessor.h 394 pixel_info->alpha_trait=UndefinedPixelTrait;
399 pixel_info->alpha_trait=BlendPixelTrait;
466 if ((image->alpha_trait != UndefinedPixelTrait) &&
467 (q->alpha_trait == UndefinedPixelTrait) &&
470 if ((q->alpha_trait != UndefinedPixelTrait) &&
471 (image->alpha_trait == UndefinedPixelTrait) &&
474 if ((image->alpha_trait != UndefinedPixelTrait) &&
475 (q->alpha_trait != UndefinedPixelTrait))
521 if ((p->alpha_trait != UndefinedPixelTrait) &&
522 (q->alpha_trait == UndefinedPixelTrait) &
    [all...]
feature.c 740 if (image->alpha_trait != UndefinedPixelTrait)
766 if (image->alpha_trait != UndefinedPixelTrait)
781 if (image->alpha_trait != UndefinedPixelTrait)
982 if (image->alpha_trait != UndefinedPixelTrait)
    [all...]
color.c     [all...]
  /external/ImageMagick/Magick++/lib/
Color.cpp 254 pixel.alpha_trait=(_pixelType == RGBAPixel || _pixelType == CMYKAPixel) ?
258 pixel.alpha_trait=_pixel->alpha_trait;
312 _pixel->alpha_trait=UndefinedPixelTrait;
320 _pixel->alpha_trait=BlendPixelTrait;
430 _pixelType=color_.alpha_trait != UndefinedPixelTrait ? CMYKAPixel :
433 _pixelType=color_.alpha_trait != UndefinedPixelTrait ? RGBAPixel :

Completed in 819 milliseconds

1 2 3 4 5