OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tga_pixel
(Results
1 - 2
of
2
) sorted by null
/external/libjpeg-turbo/
rdtarga.c
64
U_CHAR
tga_pixel
[4];
member in struct:_tga_source_struct
120
* read_pixel methods: get a single pixel from Targa file into
tga_pixel
[]
131
sinfo->
tga_pixel
[i] = (U_CHAR) getc(infile);
162
sinfo->
tga_pixel
[i] = (U_CHAR) getc(infile);
184
(*source->read_pixel) (source); /* Load next pixel into
tga_pixel
*/
185
*ptr++ = (JSAMPLE) UCH(source->
tga_pixel
[0]);
202
(*source->read_pixel) (source); /* Load next pixel into
tga_pixel
*/
203
t = UCH(source->
tga_pixel
[0]);
222
(*source->read_pixel) (source); /* Load next pixel into
tga_pixel
*/
223
t = UCH(source->
tga_pixel
[0])
[
all
...]
/external/libgdx/gdx/jni/gdx2d/
stb_image.h
5048
unsigned char*
tga_pixel
= tga_data;
local
[
all
...]
Completed in 45 milliseconds