Lines Matching refs:read_pixel
59 JMETHOD(void, read_pixel, (tga_source_ptr sinfo));
61 /* Result of read_pixel is delivered here: */
119 * read_pixel methods: get a single pixel from Targa file into tga_pixel[]
183 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
201 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
221 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
248 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
260 * This works because the actual pixel length is only known to read_pixel.
371 source->read_pixel = read_rle_pixel;
376 source->read_pixel = read_non_rle_pixel;