Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Drdtarga.c54 void (*read_pixel) (tga_source_ptr sinfo); member
176 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_8bit_gray_row()
195 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_8bit_row()
217 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_16bit_row()
244 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_24bit_row()
374 source->read_pixel = read_rle_pixel; in start_input_tga()
379 source->read_pixel = read_non_rle_pixel; in start_input_tga()