Searched refs:tga_pixel (Results 1 – 1 of 1) sorted by relevance
62 U_CHAR tga_pixel[4]; member130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile); in read_non_rle_pixel()161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile); in read_rle_pixel()184 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[0]); in get_8bit_gray_row()202 t = UCH(source->tga_pixel[0]); in get_8bit_row()222 t = UCH(source->tga_pixel[0]); in get_16bit_row()223 t += UCH(source->tga_pixel[1]) << 8; in get_16bit_row()249 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[2]); /* change BGR to RGB order */ in get_24bit_row()250 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[1]); in get_24bit_row()251 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[0]); in get_24bit_row()