Searched refs:pcx_colormap (Results 1 – 1 of 1) sorted by relevance
260 pcx_colormap[768], in ReadPCXImage() local363 (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() local1005 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 …]