HomeSort by relevance Sort by last modified time
    Searched refs:tga_pixel (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
rdtarga.c 62 U_CHAR tga_pixel[4]; member in struct:_tga_source_struct
119 * read_pixel methods: get a single pixel from Targa file into tga_pixel[]
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
183 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
184 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[0]);
201 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
202 t = UCH(source->tga_pixel[0]);
221 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
222 t = UCH(source->tga_pixel[0])
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdtarga.c 62 U_CHAR tga_pixel[4]; member in struct:_tga_source_struct
119 * read_pixel methods: get a single pixel from Targa file into tga_pixel[]
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
183 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
184 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[0]);
201 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
202 t = UCH(source->tga_pixel[0]);
221 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
222 t = UCH(source->tga_pixel[0])
    [all...]

Completed in 139 milliseconds