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

  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.h 26 int srcDY() const { return fDY; }
SkImageDecoder_libbmp.cpp 160 srcRow += sampler.srcDY() * srcRowBytes;
SkImageDecoder_libgif.cpp 350 imageTop / sampler.srcDY(),
352 innerHeight / sampler.srcDY()));
405 skip_src_rows(gif, scanline, innerWidth, sampler.srcDY() - 1);
409 int read = (outHeight - 1) * sampler.srcDY() + sampler.srcY0() + 1;
SkImageDecoder_libpng.cpp 435 base += sampler.srcDY() * rowBytes;
447 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
452 png_uint_32 read = (height - 1) * sampler.srcDY() +
    [all...]
SkImageDecoder_libjpeg.cpp 716 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) {
    [all...]
  /external/skia/src/images/
SkScaledBitmapSampler.h 26 int srcDY() const { return fDY; }
SkImageDecoder_libbmp.cpp 160 srcRow += sampler.srcDY() * srcRowBytes;
SkImageDecoder_libgif.cpp 350 imageTop / sampler.srcDY(),
352 innerHeight / sampler.srcDY()));
405 skip_src_rows(gif, scanline, innerWidth, sampler.srcDY() - 1);
409 int read = (outHeight - 1) * sampler.srcDY() + sampler.srcY0() + 1;
SkImageDecoder_libpng.cpp 440 base += sampler.srcDY() * rowBytes;
452 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
457 png_uint_32 read = (height - 1) * sampler.srcDY() +
    [all...]
SkImageDecoder_libjpeg.cpp 716 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) {
    [all...]

Completed in 509 milliseconds