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

  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.h 24 int srcDY() const { return fDY; }
SkImageDecoder_libbmp.cpp 157 srcRow += sampler.srcDY() * srcRowBytes;
SkImageDecoder_libpng.cpp 401 base += sampler.srcDY() * rowBytes;
413 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
418 png_uint_32 read = (height - 1) * sampler.srcDY() +
863 base += sampler.srcDY() * rb;
881 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
    [all...]
SkImageDecoder_libjpeg.cpp 624 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) {
864 sampler.srcDY() - 1)) {
    [all...]
  /external/skia/src/images/
SkScaledBitmapSampler.h 25 int srcDY() const { return fDY; }
SkImageDecoder_libbmp.cpp 161 srcRow += sampler.srcDY() * srcRowBytes;
SkImageDecoder_libpng.cpp 401 base += sampler.srcDY() * rowBytes;
413 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
418 png_uint_32 read = (height - 1) * sampler.srcDY() +
867 base += sampler.srcDY() * rb;
885 skip_src_rows(png_ptr, srcRow, sampler.srcDY() - 1);
    [all...]
SkImageDecoder_libjpeg.cpp 624 if (!skip_src_rows(&cinfo, srcRow, sampler.srcDY() - 1)) {
864 sampler.srcDY() - 1)) {
    [all...]

Completed in 1878 milliseconds