Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dbmp.c915 *bmp_colormap; in ReadBMPImage() local
928 bmp_colormap=(unsigned char *) AcquireQuantumMemory((size_t) in ReadBMPImage()
929 image->colors,4*sizeof(*bmp_colormap)); in ReadBMPImage()
930 if (bmp_colormap == (unsigned char *) NULL) in ReadBMPImage()
939 bmp_colormap=(unsigned char *) RelinquishMagickMemory(bmp_colormap); in ReadBMPImage()
942 count=ReadBlob(image,packet_size*image->colors,bmp_colormap); in ReadBMPImage()
945 bmp_colormap=(unsigned char *) RelinquishMagickMemory(bmp_colormap); in ReadBMPImage()
949 p=bmp_colormap; in ReadBMPImage()
958 bmp_colormap=(unsigned char *) RelinquishMagickMemory(bmp_colormap); in ReadBMPImage()
2416 *bmp_colormap; in WriteBMPImage() local
[all …]