OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_pixel
(Results
1 - 2
of
2
) sorted by null
/external/libjpeg-turbo/
rdtarga.c
62
void (*
read_pixel
) (tga_source_ptr sinfo);
member in struct:_tga_source_struct
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
[
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 206 milliseconds