Home
last modified time | relevance | path

Searched refs:source_traits (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dcomposite.c421 PixelTrait source_traits=GetPixelChannelTraits(source_image, in CompositeOverImage() local
424 (source_traits == UndefinedPixelTrait)) in CompositeOverImage()
453 PixelTrait source_traits=GetPixelChannelTraits(source_image, in CompositeOverImage() local
456 (source_traits == UndefinedPixelTrait)) in CompositeOverImage()
650 PixelTrait source_traits=GetPixelChannelTraits(source_image, local
654 (source_traits == UndefinedPixelTrait))
1333 PixelTrait source_traits=GetPixelChannelTraits(source_image, local
1336 (source_traits == UndefinedPixelTrait))
1509 PixelTrait source_traits=GetPixelChannelTraits(source_image,channel); local
1512 if ((source_traits == UndefinedPixelTrait) &&
[all …]
Dchannel.c148 source_traits; in ChannelImage() local
172 source_traits=GetPixelChannelTraits(source_image,source_channel); in ChannelImage()
174 (source_traits == UndefinedPixelTrait)) in ChannelImage()
Dtransform.c1530 PixelTrait source_traits=GetPixelChannelTraits(source,channel); in CopyImageRegion() local
1533 if ((source_traits == UndefinedPixelTrait) || in CopyImageRegion()
Dimage.c1114 PixelTrait source_traits=GetPixelChannelTraits(source_image,channel); in CopyImagePixels() local
1116 (source_traits == UndefinedPixelTrait)) in CopyImagePixels()