Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Drdtarga.c61 void (*read_pixel) (tga_source_ptr sinfo); member
184 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_8bit_gray_row()
202 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_8bit_row()
222 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_16bit_row()
249 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_24bit_row()
373 source->read_pixel = read_rle_pixel; in start_input_tga()
378 source->read_pixel = read_non_rle_pixel; in start_input_tga()