Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:read_pixel

62   void (*read_pixel) (tga_source_ptr sinfo);
64 /* Result of read_pixel is delivered here: */
121 * read_pixel methods: get a single pixel from Targa file into tga_pixel[]
185 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
203 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
223 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
250 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
262 * This works because the actual pixel length is only known to read_pixel.
374 source->read_pixel = read_rle_pixel;
379 source->read_pixel = read_non_rle_pixel;