MaxColormapSize  2348 Magick++/lib/Image.cpp   if (index_ > (MaxColormapSize-1) )
MaxColormapSize  2383 Magick++/lib/Image.cpp   if (entries_ >MaxColormapSize )
MaxColormapSize  3786 coders/dcm.c         if (dcm->max_value_in >= MaxColormapSize)
MaxColormapSize  3788 coders/dcm.c             dcm->max_value_out=MaxColormapSize-1;
MaxColormapSize  3806 coders/dcm.c         else if (dcm->max_value_in >= MaxColormapSize)
MaxColormapSize  3808 coders/dcm.c             dcm->max_value_out=MaxColormapSize-1;
MaxColormapSize   335 coders/fpx.c         if (!AllocateImageColormap(image,MaxColormapSize))
MaxColormapSize   320 coders/pnm.c               max_value >= MaxColormapSize ? MaxColormapSize : max_value+1;
MaxColormapSize   135 coders/stegano.c   if (!AllocateImageColormap(image,MaxColormapSize))
MaxColormapSize   850 coders/tiff.c    if (MaxColormapSize > max_sample_value)
MaxColormapSize   852 coders/tiff.c    else if (MaxColormapSize > MaxRGB)
MaxColormapSize   857 coders/tiff.c          image->colors=MaxColormapSize;
MaxColormapSize  1695 coders/tiff.c            if (MaxColormapSize > MaxValueGivenBits(bits_per_sample))
MaxColormapSize   338 magick/colormap.c                                       MaxColormapSize*sizeof(unsigned int));
MaxColormapSize   349 magick/colormap.c   (void) memset(colormap_index,0,MaxColormapSize*sizeof(unsigned int));
MaxColormapSize  1538 magick/constitute.c           if (!AllocateImageColormap(image,MaxColormapSize))
MaxColormapSize  1706 magick/constitute.c             if (!AllocateImageColormap(image,MaxColormapSize))
MaxColormapSize  2582 magick/constitute.c         assert(image->colors <= MaxColormapSize);
MaxColormapSize  2701 magick/constitute.c         assert(image->colors <= MaxColormapSize);
MaxColormapSize  5214 magick/constitute.c         assert(image->colors <= MaxColormapSize);
MaxColormapSize  5346 magick/constitute.c         assert(image->colors <= MaxColormapSize);
MaxColormapSize  5617 magick/constitute.c                 assert(image->colors <= MaxColormapSize);
MaxColormapSize  5947 magick/constitute.c                 assert(image->colors <= MaxColormapSize);
MaxColormapSize  1666 magick/quantize.c       if (!AllocateImageColormap(image,MaxColormapSize))
MaxColormapSize  1682 magick/quantize.c           colormap_index=MagickAllocateMemory(int *,MaxColormapSize*sizeof(int *));
MaxColormapSize  1694 magick/quantize.c           for (i=0; i < MaxColormapSize; i++)
MaxColormapSize  1762 magick/quantize.c           colormap_index=MagickAllocateMemory(int *,MaxColormapSize*sizeof(int *));
MaxColormapSize  2417 magick/quantize.c     number_colors=MaxColormapSize;
MaxColormapSize  2418 magick/quantize.c   if (number_colors > MaxColormapSize)
MaxColormapSize  2419 magick/quantize.c     number_colors=MaxColormapSize;
MaxColormapSize  2547 magick/quantize.c     number_colors=MaxColormapSize;
MaxColormapSize  2548 magick/quantize.c   if (number_colors > MaxColormapSize)
MaxColormapSize  2549 magick/quantize.c     number_colors=MaxColormapSize;
MaxColormapSize  7743 magick/xwindow.c             (number_colors < MaxColormapSize))