Searched refs:skip_src_rows (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libgif.cpp179 static bool skip_src_rows(GifFileType* gif, uint8_t* dst, int width, int rowsToSkip) { function
438 skip_src_rows(gif, scanline, innerWidth, sampler.srcY0());
451 skip_src_rows(gif, scanline, innerWidth, sampler.srcDY() - 1);
457 skip_src_rows(gif, scanline, innerWidth, innerHeight - read);
H A DSkImageDecoder_libpng.cpp157 static void skip_src_rows(png_structp png_ptr, uint8_t storage[], int count) { function
439 skip_src_rows(png_ptr, srcRow, sampler.srcY0());
446 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
454 skip_src_rows(png_ptr, srcRow, origHeight - read);
935 skip_src_rows(png_ptr, srcRow, sampler.srcY0());
946 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
H A DSkImageDecoder_libjpeg.cpp300 static bool skip_src_rows(jpeg_decompress_struct* cinfo, void* buffer, int count) { function
685 if (!skip_src_rows(&cinfo, srcRow, sampler.srcY0())) {
714 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) {
720 if (!skip_src_rows(&cinfo, srcRow,
/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp179 static bool skip_src_rows(GifFileType* gif, uint8_t* dst, int width, int rowsToSkip) { function
438 skip_src_rows(gif, scanline, innerWidth, sampler.srcY0());
451 skip_src_rows(gif, scanline, innerWidth, sampler.srcDY() - 1);
457 skip_src_rows(gif, scanline, innerWidth, innerHeight - read);
H A DSkImageDecoder_libpng.cpp157 static void skip_src_rows(png_structp png_ptr, uint8_t storage[], int count) { function
439 skip_src_rows(png_ptr, srcRow, sampler.srcY0());
446 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
454 skip_src_rows(png_ptr, srcRow, origHeight - read);
934 skip_src_rows(png_ptr, srcRow, sampler.srcY0());
944 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
H A DSkImageDecoder_libjpeg.cpp300 static bool skip_src_rows(jpeg_decompress_struct* cinfo, void* buffer, int count) { function
685 if (!skip_src_rows(&cinfo, srcRow, sampler.srcY0())) {
714 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) {
720 if (!skip_src_rows(&cinfo, srcRow,

Completed in 885 milliseconds