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

  /external/ImageMagick/MagickCore/
colormap-private.h 41 static inline void ValidateColormapValue(Image *image,
  /external/ImageMagick/coders/
rle.c 465 ValidateColormapValue(image,*p & mask,&index,exception);
474 ValidateColormapValue(image,(size_t) (x*map_length+
595 ValidateColormapValue(image,(ssize_t) *p++,&index,exception);
598 ValidateColormapValue(image,(ssize_t) *p++,&index,exception);
601 ValidateColormapValue(image,(ssize_t) *p++,&index,exception);
bmp.c     [all...]

Completed in 72 milliseconds