HomeSort by relevance Sort by last modified time
    Searched refs:srcDY (Results 1 - 8 of 8) sorted by null

  /external/skia/legacy/src/images/
SkScaledBitmapSampler.h 24 int srcDY() const { return fDY; }
SkImageDecoder_libbmp.cpp 145 srcRow += sampler.srcDY() * srcRowBytes;
SkImageDecoder_libpng.cpp 394 base += sampler.srcDY() * rb;
406 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
411 png_uint_32 read = (height - 1) * sampler.srcDY() +
773 base += sampler.srcDY() * rb;
791 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
    [all...]
SkImageDecoder_libjpeg.cpp 443 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) {
738 sampler.srcDY() - 1)) {
    [all...]
  /external/skia/src/images/
SkScaledBitmapSampler.h 24 int srcDY() const { return fDY; }
SkImageDecoder_libbmp.cpp 149 srcRow += sampler.srcDY() * srcRowBytes;
SkImageDecoder_libpng.cpp 395 base += sampler.srcDY() * rb;
407 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
412 png_uint_32 read = (height - 1) * sampler.srcDY() +
779 base += sampler.srcDY() * rb;
797 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
    [all...]
SkImageDecoder_libjpeg.cpp 481 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) {
776 sampler.srcDY() - 1)) {
    [all...]

Completed in 28 milliseconds