• Home
  • Raw
  • Download

Lines Matching refs:PixelTrait

63 static inline PixelTrait GetPixelAlphaTraits(  in GetPixelAlphaTraits()
83 static inline PixelTrait GetPixelBlackTraits( in GetPixelBlackTraits()
95 static inline PixelTrait GetPixelBlueTraits(const Image *magick_restrict image) in GetPixelBlueTraits()
106 static inline PixelTrait GetPixelCbTraits(const Image *magick_restrict image) in GetPixelCbTraits()
131 static inline PixelTrait GetPixelChannelTraits( in GetPixelChannelTraits()
156 static inline PixelTrait GetPixelCrTraits(const Image *magick_restrict image) in GetPixelCrTraits()
167 static inline PixelTrait GetPixelCyanTraits(const Image *magick_restrict image) in GetPixelCyanTraits()
178 static inline PixelTrait GetPixelGrayTraits(const Image *magick_restrict image) in GetPixelGrayTraits()
189 static inline PixelTrait GetPixelGreenTraits( in GetPixelGreenTraits()
203 static inline PixelTrait GetPixelIndexTraits( in GetPixelIndexTraits()
328 static inline PixelTrait GetPixelMagentaTraits( in GetPixelMagentaTraits()
350 static inline PixelTrait GetPixelReadMaskTraits( in GetPixelReadMaskTraits()
381 static inline PixelTrait GetPixelRedTraits(const Image *magick_restrict image) in GetPixelRedTraits()
426 static inline PixelTrait GetPixelTraits(const Image *magick_restrict image, in GetPixelTraits()
438 static inline PixelTrait GetPixelYTraits(const Image *magick_restrict image) in GetPixelYTraits()
449 static inline PixelTrait GetPixelYellowTraits( in GetPixelYellowTraits()
627 static inline void SetPixelAlphaTraits(Image *image,const PixelTrait traits) in SetPixelAlphaTraits()
669 static inline void SetPixelBlackTraits(Image *image,const PixelTrait traits) in SetPixelBlackTraits()
680 static inline void SetPixelBlueTraits(Image *image,const PixelTrait traits) in SetPixelBlueTraits()
691 static inline void SetPixelCbTraits(Image *image,const PixelTrait traits) in SetPixelCbTraits()
706 const PixelTrait traits,const ssize_t offset) in SetPixelChannelAttributes()
728 const PixelChannel channel,const PixelTrait traits) in SetPixelChannelTraits()
746 static inline void SetPixelCrTraits(Image *image,const PixelTrait traits) in SetPixelCrTraits()
763 static inline void SetPixelGrayTraits(Image *image,const PixelTrait traits) in SetPixelGrayTraits()
774 static inline void SetPixelGreenTraits(Image *image,const PixelTrait traits) in SetPixelGreenTraits()
786 static inline void SetPixelIndexTraits(Image *image,const PixelTrait traits) in SetPixelIndexTraits()
822 static inline void SetPixelMagentaTraits(Image *image,const PixelTrait traits) in SetPixelMagentaTraits()
859 static inline void SetPixelRedTraits(Image *image,const PixelTrait traits) in SetPixelRedTraits()
870 static inline void SetPixelYellowTraits(Image *image,const PixelTrait traits) in SetPixelYellowTraits()
881 static inline void SetPixelYTraits(Image *image,const PixelTrait traits) in SetPixelYTraits()