OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_pixel
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjpeg_turbo/
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/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/chromium_org/third_party/skia/tests/
DeferredCanvasTest.cpp
40
static SkPMColor
read_pixel
(SkSurface* surface, int x, int y) {
function
247
REPORTER_ASSERT(reporter, 0xFFFFFFFF ==
read_pixel
(surface, 0, 0));
252
REPORTER_ASSERT(reporter, 0 ==
read_pixel
(surface, 0, 0));
[
all
...]
Completed in 233 milliseconds