Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dbmp.c903 *bmp_colormap; in ReadBMPImage() local
916 bmp_colormap=(unsigned char *) AcquireQuantumMemory((size_t) in ReadBMPImage()
917 image->colors,4*sizeof(*bmp_colormap)); in ReadBMPImage()
918 if (bmp_colormap == (unsigned char *) NULL) in ReadBMPImage()
927 bmp_colormap=(unsigned char *) RelinquishMagickMemory(bmp_colormap); in ReadBMPImage()
930 count=ReadBlob(image,packet_size*image->colors,bmp_colormap); in ReadBMPImage()
933 bmp_colormap=(unsigned char *) RelinquishMagickMemory(bmp_colormap); in ReadBMPImage()
937 p=bmp_colormap; in ReadBMPImage()
946 bmp_colormap=(unsigned char *) RelinquishMagickMemory(bmp_colormap); in ReadBMPImage()
2372 *bmp_colormap; in WriteBMPImage() local
[all …]