Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpcx.c260 pcx_colormap[768], in ReadPCXImage() local
363 (void) memset(pcx_colormap,0,sizeof(pcx_colormap)); in ReadPCXImage()
364 count=ReadBlob(image,3*image->colors,pcx_colormap); in ReadPCXImage()
385 p=pcx_colormap; in ReadPCXImage()
493 count=ReadBlob(image,3*image->colors,pcx_colormap); in ReadPCXImage()
494 p=pcx_colormap; in ReadPCXImage()
896 *pcx_colormap, in WritePCXImage() local
1005 pcx_colormap=(unsigned char *) AcquireQuantumMemory(256UL, in WritePCXImage()
1006 3*sizeof(*pcx_colormap)); in WritePCXImage()
1007 if (pcx_colormap == (unsigned char *) NULL) in WritePCXImage()
[all …]