Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dpixel-accessor.h198 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()
Dpixel.h89 IndexPixelChannel = 5, enumerator
Dchannel.c372 case IndexPixelChannel: in ChannelFxImage()
Didentify.c414 if (channel == IndexPixelChannel) in PrintChannelPerceptualHash()
Dcolor.c1212 case IndexPixelChannel: in ConcatenateColorComponent()
Dpixel.c4376 SetPixelChannelAttributes(image,IndexPixelChannel,CopyPixelTrait,n++); in InitializePixelChannelMap()
6217 case IndexPixelChannel: in LogPixelChannels()
6316 SetPixelChannelTraits(image,IndexPixelChannel,CopyPixelTrait); in SetPixelChannelMask()
Dfx.c808 case IndexPixelChannel: in FxGetSymbol()
Doption.c1866 { "Index", IndexPixelChannel, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h949 using MagickCore::IndexPixelChannel;