Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtim.c184 *tim_colormap; in ReadTIMImage() local
198 tim_colormap=(unsigned char *) AcquireQuantumMemory(image->colors, in ReadTIMImage()
199 2UL*sizeof(*tim_colormap)); in ReadTIMImage()
200 if (tim_colormap == (unsigned char *) NULL) in ReadTIMImage()
202 count=ReadBlob(image,2*image->colors,tim_colormap); in ReadTIMImage()
205 tim_colormap=(unsigned char *) RelinquishMagickMemory(tim_colormap); in ReadTIMImage()
209 p=tim_colormap; in ReadTIMImage()
221 tim_colormap=(unsigned char *) RelinquishMagickMemory(tim_colormap); in ReadTIMImage()