Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtga.c869 *targa_colormap; in WriteTGAImage() local
874 targa_colormap=(unsigned char *) AcquireQuantumMemory((size_t) in WriteTGAImage()
876 sizeof(*targa_colormap)); in WriteTGAImage()
877 if (targa_colormap == (unsigned char *) NULL) in WriteTGAImage()
879 q=targa_colormap; in WriteTGAImage()
901 tga_info.colormap_length),targa_colormap); in WriteTGAImage()
902 targa_colormap=(unsigned char *) RelinquishMagickMemory(targa_colormap); in WriteTGAImage()