Home
last modified time | relevance | path

Searched refs:linesToRead (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/fuzz/
H A DFuzzMain.cpp557 const int linesToRead = std::min(stripeHeight, height - startY); in fuzz_img() local
558 if (linesToRead > 0) { in fuzz_img()
559 codec->getScanlines(bitmap.getAddr(0, startY), linesToRead, bitmap.rowBytes()); in fuzz_img()
572 const int linesToRead = std::min(stripeHeight, height - startY); in fuzz_img() local
573 codec->getScanlines(bitmap.getAddr(0, startY), linesToRead, bitmap.rowBytes()); in fuzz_img()
/third_party/skia/dm/
H A DDMSrcSink.cpp666 const int linesToRead = std::min(stripeHeight, height - startY); in draw() local
667 if (linesToRead > 0) { in draw()
668 codec->getScanlines(SkTAddOffset<void>(dst, rowBytes * startY), linesToRead, in draw() local
681 const int linesToRead = std::min(stripeHeight, height - startY); in draw() local
682 codec->getScanlines(SkTAddOffset<void>(dst, rowBytes * startY), linesToRead, in draw() local

Completed in 6 milliseconds