HomeSort by relevance Sort by last modified time
    Searched refs:IndexPixelChannel (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/MagickCore/
pixel-accessor.h 188 if (image->channel_map[IndexPixelChannel].traits == UndefinedPixelTrait)
190 return(pixel[image->channel_map[IndexPixelChannel].offset]);
196 return(image->channel_map[IndexPixelChannel].traits);
209 case IndexPixelChannel: return(pixel_info->index);
402 if (image->channel_map[IndexPixelChannel].traits != UndefinedPixelTrait)
404 pixel[image->channel_map[IndexPixelChannel].offset];
759 if (image->channel_map[IndexPixelChannel].traits != UndefinedPixelTrait)
760 pixel[image->channel_map[IndexPixelChannel].offset]=index;
765 image->channel_map[IndexPixelChannel].traits=traits;
pixel.h 85 IndexPixelChannel = 5,
attribute.c 423 (channel == IndexPixelChannel) ||
485 if ((traits == UndefinedPixelTrait) || (channel == IndexPixelChannel) ||
    [all...]
channel.c 357 case IndexPixelChannel:
    [all...]
pixel.c     [all...]
option.c     [all...]
fx.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 910 using MagickCore::IndexPixelChannel;
    [all...]

Completed in 78 milliseconds