OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alpha_trait
(Results
1 - 25
of
105
) sorted by null
1
2
3
4
5
/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
...]
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
...]
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
...]
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
...]
cache-private.h
138
alpha_trait
;
member in struct:_CacheInfo
identify.c
557
if (image->
alpha_trait
!= UndefinedPixelTrait)
763
if (image->
alpha_trait
!= UndefinedPixelTrait)
808
if (image->
alpha_trait
!= UndefinedPixelTrait)
856
if (image->
alpha_trait
!= UndefinedPixelTrait)
877
if (image->
alpha_trait
!= UndefinedPixelTrait)
[
all
...]
pixel.h
176
alpha_trait
;
member in struct:_PixelInfo
/external/ImageMagick/coders/
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
;
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
...]
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
...]
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
...]
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
...]
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;
tile.c
128
image->
alpha_trait
=tile_image->
alpha_trait
;
129
if (image->
alpha_trait
!= UndefinedPixelTrait)
bgr.c
174
image->
alpha_trait
=BlendPixelTrait;
175
canvas_image->
alpha_trait
=BlendPixelTrait;
180
image->
alpha_trait
=BlendPixelTrait;
181
canvas_image->
alpha_trait
=BlendPixelTrait;
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
...]
sun.c
410
image->
alpha_trait
=sun_info.depth == 32 ? BlendPixelTrait :
562
if (image->
alpha_trait
!= UndefinedPixelTrait)
573
if (image->
alpha_trait
!= UndefinedPixelTrait)
827
sun_info.depth=(unsigned int) image->
alpha_trait
!= UndefinedPixelTrait ?
829
sun_info.length=(unsigned int) ((image->
alpha_trait
!= UndefinedPixelTrait ?
890
if (image->
alpha_trait
!= UndefinedPixelTrait)
907
if (image->
alpha_trait
!= UndefinedPixelTrait)
[
all
...]
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)
bmp.c
860
image->
alpha_trait
=((bmp_info.alpha_mask != 0) &&
[
all
...]
rgb.c
173
image->
alpha_trait
=BlendPixelTrait;
174
canvas_image->
alpha_trait
=BlendPixelTrait;
179
image->
alpha_trait
=BlendPixelTrait;
180
canvas_image->
alpha_trait
=BlendPixelTrait;
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
...]
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)
debug.c
214
if (image->
alpha_trait
!= UndefinedPixelTrait)
244
if (pixel.
alpha_trait
!= UndefinedPixelTrait)
matte.c
184
if (image->
alpha_trait
== UndefinedPixelTrait)
190
matte_image->
alpha_trait
=UndefinedPixelTrait;
xc.c
146
image->
alpha_trait
=pixel.
alpha_trait
;
/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 :
/external/ImageMagick/MagickWand/
compare.c
[
all
...]
Completed in 346 milliseconds
1
2
3
4
5