Lines Matching refs:tga_pixel
5048 unsigned char* tga_pixel = tga_data;5051 unsigned char temp = tga_pixel[0];5052 tga_pixel[0] = tga_pixel[2];5053 tga_pixel[2] = temp;5054 tga_pixel += tga_comp;