HomeSort by relevance Sort by last modified time
    Searched refs:read_pixel (Results 1 - 6 of 6) 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/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
  /external/skia/tests/
DeferredCanvasTest.cpp 40 static SkPMColor read_pixel(SkSurface* surface, int x, int y) { function
61 REPORTER_ASSERT(reporter, 0xFFFFFFFF == read_pixel(surface, 0, 0));
66 REPORTER_ASSERT(reporter, 0 == read_pixel(surface, 0, 0));
264 REPORTER_ASSERT(reporter, 0xFFFFFFFF == read_pixel(surface, 0, 0));
269 REPORTER_ASSERT(reporter, 0 == read_pixel(surface, 0, 0));
    [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 463 milliseconds