OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_pixel
(Results
1 - 3
of
3
) sorted by null
/external/jpeg/
rdtarga.c
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
[
all
...]
/external/qemu/distrib/jpeg-6b/
rdtarga.c
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
[
all
...]
/system/core/libpixelflinger/
buffer.cpp
26
static void
read_pixel
(const surface_t* s, context_t* c,
79
default: s->read =
read_pixel
; break;
111
void
read_pixel
(const surface_t* s, context_t* c,
function in namespace:android
Completed in 265 milliseconds