Searched refs:maplen (Results 1 – 1 of 1) sorted by relevance
338 unsigned int width, height, maplen; in start_input_tga() local354 maplen = GET_2B(5); in start_input_tga()447 if (maplen > 0) { in start_input_tga()448 if (maplen > 256 || GET_2B(3) != 0) in start_input_tga()452 ((j_common_ptr) cinfo, JPOOL_IMAGE, (JDIMENSION) maplen, (JDIMENSION) 3); in start_input_tga()454 read_colormap(source, (int) maplen, UCH(targaheader[7])); in start_input_tga()