Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Drdtarga.c343 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
358 cmaptype = UCH(targaheader[1]); in start_input_tga()
369 if (cmaptype > 1 || /* cmaptype must be 0 or 1 */ in start_input_tga()
392 if (source->pixel_size == 1 && cmaptype == 1) in start_input_tga()
464 if (cmaptype) /* but you promised a cmap! */ in start_input_tga()