Searched refs:IndexPixelChannel (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel-accessor.h | 188 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()
|
D | pixel.h | 85 IndexPixelChannel = 5, enumerator
|
D | attribute.c | 420 (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()
|
D | channel.c | 357 case IndexPixelChannel: in ChannelFxImage()
|
D | pixel.c | 4369 case IndexPixelChannel: in LogPixelChannels() 4449 SetPixelChannelAttributes(image,IndexPixelChannel,CopyPixelTrait,n++); in InitializePixelChannelMap() 6299 SetPixelChannelTraits(image,IndexPixelChannel,CopyPixelTrait); in SetPixelChannelMask()
|
D | option.c | 1495 { "Index", IndexPixelChannel, UndefinedOptionFlag, MagickFalse },
|
D | fx.c | 1491 case IndexPixelChannel: in FxGetSymbol()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 910 using MagickCore::IndexPixelChannel;
|