HomeSort by relevance Sort by last modified time
    Searched defs:Colormap (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/coders/
xpm.c 50 #include "MagickCore/colormap.h"
381 Read image colormap.
423 status=QueryColorCompliance(target,XPMCompliance,&image->colormap[j],
427 if (image->depth < image->colormap[j].depth)
428 image->depth=image->colormap[j].depth;
465 SetPixelViaPixelInfo(image,image->colormap+j,r);
602 Colormap[]=
707 affinity_image=BlobToImage(blob_info,Colormap,ColormapExtent,exception);
762 picon->colormap=(PixelInfo *) ResizeQuantumMemory((void **)
763 picon->colormap,(size_t) colors,sizeof(*picon->colormap))
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 173 Colormap = '32'
191 Colormap, Gravity, Reparent, Property, Destroy, Activate,
    [all...]

Completed in 376 milliseconds