Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/tgautils/
H A Dtgautils.cpp277 static void targa_read_pixel( int num_pixels, ubyte **dst, ubyte **src, int bytes_per_pixel, int de… in targa_read_pixel() function
466 targa_read_pixel( 1, &tmp, &src_pixels, bytes_per_pixel, dest_size ); in targa_uncompress()
479 targa_read_pixel(run_count+1, &pixdata, &src_pixels, bytes_per_pixel, dest_size ); in targa_uncompress()
660 targa_read_pixel(header.width, &pixptr, &src_pixels, bytes_per_pixel, dest_size ); in targa_read_bitmap()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/tgautils/
H A Dtgautils.cpp278 static void targa_read_pixel( int num_pixels, ubyte **dst, ubyte **src, int bytes_per_pixel, int de… in targa_read_pixel() function
473 targa_read_pixel( 1, &tmp, &src_pixels, bytes_per_pixel, dest_size ); in targa_uncompress()
486 targa_read_pixel(run_count+1, &pixdata, &src_pixels, bytes_per_pixel, dest_size ); in targa_uncompress()
667 targa_read_pixel(header.width, &pixptr, &src_pixels, bytes_per_pixel, dest_size ); in targa_read_bitmap()