Searched refs:MaxColormapSize (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | magick-type.h | 65 #define MaxColormapSize 256UL macro 78 #define MaxColormapSize 65536UL macro 91 #define MaxColormapSize 65536UL macro 105 #define MaxColormapSize 65536UL macro
|
D | vision.c | 192 if (AcquireImageColormap(component_image,MaxColormapSize,exception) == MagickFalse) in ConnectedComponentsImage() 214 object=(CCObjectInfo *) AcquireQuantumMemory(MaxColormapSize,sizeof(*object)); in ConnectedComponentsImage() 221 (void) memset(object,0,MaxColormapSize*sizeof(*object)); in ConnectedComponentsImage() 222 for (i=0; i < (ssize_t) MaxColormapSize; i++) in ConnectedComponentsImage() 385 if (id >= (ssize_t) MaxColormapSize) in ConnectedComponentsImage() 411 if (n > (ssize_t) MaxColormapSize) in ConnectedComponentsImage() 430 if (n > (ssize_t) MaxColormapSize) in ConnectedComponentsImage()
|
D | colormap.c | 117 if (colors > MaxColormapSize) in AcquireImageColormap()
|
D | quantize.c | 2896 levels,MaxColormapSize+1); in PosterizeImage() 3105 maximum_colors=MaxColormapSize; in QuantizeImage() 3106 if (maximum_colors > MaxColormapSize) in QuantizeImage() 3107 maximum_colors=MaxColormapSize; in QuantizeImage() 3226 maximum_colors=MaxColormapSize; in QuantizeImages() 3227 if (maximum_colors > MaxColormapSize) in QuantizeImages() 3228 maximum_colors=MaxColormapSize; in QuantizeImages() 3759 extent=MagickMax(image->colors+1,MagickMax(MaxColormapSize,MaxMap+1)); in SetGrayscaleImage() 3768 if (AcquireImageColormap(image,MaxColormapSize,exception) == MagickFalse) in SetGrayscaleImage()
|
D | xwindow.c | 7762 (number_colors < MaxColormapSize)) in XMakeStandardColormap()
|
/external/ImageMagick/coders/ |
D | stegano.c | 152 if (AcquireImageColormap(image,MaxColormapSize,exception) == MagickFalse) in ReadSTEGANOImage()
|
D | xpm.c | 354 (image->colors == 0) || (image->colors > MaxColormapSize)) in ReadXPMImage()
|
D | fpx.c | 346 if (AcquireImageColormap(image,MaxColormapSize,exception) == MagickFalse) in ReadFPXImage()
|
D | psd.c | 2233 (psd_info.depth < 16 ? 256 : 65536), MaxColormapSize),exception); in ReadPSDImage()
|
D | tiff.c | 1649 (pow(2.0,1.0*bits_per_sample) <= MaxColormapSize)) in ReadTIFFImage()
|
D | png.c | 10490 ((ssize_t) (image_colors-1) > (ssize_t) MaxColormapSize)) in WriteOnePNGImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 514 quantizeColors(MaxColormapSize); in classType() 539 if (entries_ >MaxColormapSize) in colorMapSize() 2384 if (index_ > (MaxColormapSize-1)) in colorMap()
|