OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tga_pixel
(Results
1 - 1
of
1
) 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
...]
Completed in 4491 milliseconds