Searched refs:IndexPixelChannel (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel-accessor.h | 198 if (image->channel_map[IndexPixelChannel].traits == UndefinedPixelTrait) in GetPixelIndex() 200 return(pixel[image->channel_map[IndexPixelChannel].offset]); in GetPixelIndex() 206 return(image->channel_map[IndexPixelChannel].traits); in GetPixelIndexTraits() 229 case IndexPixelChannel: return(pixel_info->index); in GetPixelInfoChannel() 426 if (image->channel_map[IndexPixelChannel].traits != UndefinedPixelTrait) in GetPixelInfoPixel() 428 pixel[image->channel_map[IndexPixelChannel].offset]; in GetPixelInfoPixel() 789 if (image->channel_map[IndexPixelChannel].traits != UndefinedPixelTrait) in SetPixelIndex() 790 pixel[image->channel_map[IndexPixelChannel].offset]=index; in SetPixelIndex() 795 image->channel_map[IndexPixelChannel].traits=traits; in SetPixelIndexTraits()
|
D | pixel.h | 89 IndexPixelChannel = 5, enumerator
|
D | channel.c | 372 case IndexPixelChannel: in ChannelFxImage()
|
D | identify.c | 414 if (channel == IndexPixelChannel) in PrintChannelPerceptualHash()
|
D | color.c | 1212 case IndexPixelChannel: in ConcatenateColorComponent()
|
D | pixel.c | 4376 SetPixelChannelAttributes(image,IndexPixelChannel,CopyPixelTrait,n++); in InitializePixelChannelMap() 6217 case IndexPixelChannel: in LogPixelChannels() 6316 SetPixelChannelTraits(image,IndexPixelChannel,CopyPixelTrait); in SetPixelChannelMask()
|
D | fx.c | 808 case IndexPixelChannel: in FxGetSymbol()
|
D | option.c | 1866 { "Index", IndexPixelChannel, UndefinedOptionFlag, MagickFalse },
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 949 using MagickCore::IndexPixelChannel;
|