OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_src_rows
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/images/
SkImageDecoder_libpng.cpp
129
static void
skip_src_rows
(png_structp png_ptr, uint8_t storage[], int count) {
function
407
skip_src_rows
(png_ptr, srcRow, sampler.srcY0());
414
skip_src_rows
(png_ptr, srcRow, sampler.srcDY() - 1);
422
skip_src_rows
(png_ptr, srcRow, origHeight - read);
772
skip_src_rows
(png_ptr, srcRow, sampler.srcY0());
783
skip_src_rows
(png_ptr, srcRow, sampler.srcDY() - 1);
[
all
...]
SkImageDecoder_libjpeg.cpp
160
static bool
skip_src_rows
(jpeg_decompress_struct* cinfo, void* buffer,
function
427
if (!
skip_src_rows
(&cinfo, srcRow, sampler.srcY0())) {
448
if (!
skip_src_rows
(&cinfo, srcRow, sampler.srcDY() - 1)) {
454
if (!
skip_src_rows
(&cinfo, srcRow,
Completed in 472 milliseconds