Searched defs:source_traits (Results 1 - 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dchannel.c148 source_traits; local
172 source_traits=GetPixelChannelTraits(source_image,source_channel);
174 (source_traits == UndefinedPixelTrait))
H A Dcomposite.c423 PixelTrait source_traits=GetPixelChannelTraits(source_image,
426 (source_traits == UndefinedPixelTrait))
455 PixelTrait source_traits=GetPixelChannelTraits(source_image,
458 (source_traits == UndefinedPixelTrait))
652 PixelTrait source_traits=GetPixelChannelTraits(source_image,
656 (source_traits == UndefinedPixelTrait))
1335 PixelTrait source_traits=GetPixelChannelTraits(source_image,
1338 (source_traits == UndefinedPixelTrait))
1511 PixelTrait source_traits=GetPixelChannelTraits(source_image,channel);
1514 if ((source_traits
421 PixelTrait source_traits=GetPixelChannelTraits(source_image, local
453 PixelTrait source_traits=GetPixelChannelTraits(source_image, local
650 PixelTrait source_traits=GetPixelChannelTraits(source_image, local
1333 PixelTrait source_traits=GetPixelChannelTraits(source_image, local
1509 PixelTrait source_traits=GetPixelChannelTraits(source_image,channel); local
[all...]
H A Dtransform.c1541 PixelTrait source_traits=GetPixelChannelTraits(source,channel);
1544 if ((source_traits == UndefinedPixelTrait) ||
1530 PixelTrait source_traits=GetPixelChannelTraits(source,channel); local
H A Dimage.c1125 PixelTrait source_traits=GetPixelChannelTraits(source_image,channel);
1127 (source_traits == UndefinedPixelTrait))
1114 PixelTrait source_traits=GetPixelChannelTraits(source_image,channel); local

Completed in 347 milliseconds