Home
last modified time | relevance | path

Searched refs:ValidateColormapValue (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/coders/
Drle.c523 ValidateColormapValue(image,(ssize_t) (*p & mask),&index,exception); in ReadRLEImage()
532 ValidateColormapValue(image,(ssize_t) (x*map_length+ in ReadRLEImage()
649 ValidateColormapValue(image,(ssize_t) *p++,&index,exception); in ReadRLEImage()
652 ValidateColormapValue(image,(ssize_t) *p++,&index,exception); in ReadRLEImage()
655 ValidateColormapValue(image,(ssize_t) *p++,&index,exception); in ReadRLEImage()
Dbmp.c1177 ValidateColormapValue(image,(ssize_t) ((*p >> 4) & 0x0f),&index, in ReadBMPImage()
1181 ValidateColormapValue(image,(ssize_t) (*p & 0x0f),&index,exception); in ReadBMPImage()
1188 ValidateColormapValue(image,(ssize_t) ((*p >> 4) & 0xf),&index, in ReadBMPImage()
1226 ValidateColormapValue(image,(ssize_t) *p++,&index,exception); in ReadBMPImage()
/external/ImageMagick/MagickCore/
Dcolormap-private.h42 static inline void ValidateColormapValue(Image *image, in ValidateColormapValue() function