Home
last modified time | relevance | path

Searched refs:IndexPixelChannel (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
Dpixel-accessor.h188 if (image->channel_map[IndexPixelChannel].traits == UndefinedPixelTrait) in GetPixelIndex()
190 return(pixel[image->channel_map[IndexPixelChannel].offset]); in GetPixelIndex()
196 return(image->channel_map[IndexPixelChannel].traits); in GetPixelIndexTraits()
209 case IndexPixelChannel: return(pixel_info->index); in GetPixelInfoChannel()
402 if (image->channel_map[IndexPixelChannel].traits != UndefinedPixelTrait) in GetPixelInfoPixel()
404 pixel[image->channel_map[IndexPixelChannel].offset]; in GetPixelInfoPixel()
759 if (image->channel_map[IndexPixelChannel].traits != UndefinedPixelTrait) in SetPixelIndex()
760 pixel[image->channel_map[IndexPixelChannel].offset]=index; in SetPixelIndex()
765 image->channel_map[IndexPixelChannel].traits=traits; in SetPixelIndexTraits()
Dpixel.h85 IndexPixelChannel = 5, enumerator
Dattribute.c420 (channel == IndexPixelChannel) || in GetImageDepth()
482 if ((traits == UndefinedPixelTrait) || (channel == IndexPixelChannel) || in GetImageDepth()
1114 (channel == IndexPixelChannel) || in SetImageDepth()
1177 if ((traits == UndefinedPixelTrait) || (channel == IndexPixelChannel) || in SetImageDepth()
Dchannel.c357 case IndexPixelChannel: in ChannelFxImage()
Dpixel.c4369 case IndexPixelChannel: in LogPixelChannels()
4449 SetPixelChannelAttributes(image,IndexPixelChannel,CopyPixelTrait,n++); in InitializePixelChannelMap()
6299 SetPixelChannelTraits(image,IndexPixelChannel,CopyPixelTrait); in SetPixelChannelMask()
Doption.c1495 { "Index", IndexPixelChannel, UndefinedOptionFlag, MagickFalse },
Dfx.c1491 case IndexPixelChannel: in FxGetSymbol()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h910 using MagickCore::IndexPixelChannel;