Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtga.c75 TGAColormap = 1, enumerator
213 ((tga_info.image_type != TGAColormap) && in ReadTGAImage()
219 (((tga_info.image_type == TGAColormap) || in ReadTGAImage()
245 if ((tga_info.image_type != TGAColormap) && in ReadTGAImage()
252 if ((tga_info.image_type == TGAColormap) || in ReadTGAImage()
680 if (image_type == TGAColormap || image_type == TGARLEColormap) in WriteTGAPixel()
834 TGAColormap; in WriteTGAImage()