Searched defs:linesToRead (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/fuzz/ |
H A D | FuzzMain.cpp | 557 const int linesToRead = std::min(stripeHeight, height - startY); in fuzz_img() local 572 const int linesToRead = std::min(stripeHeight, height - startY); in fuzz_img() local
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 666 const int linesToRead = std::min(stripeHeight, height - startY); in draw() local 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 7 milliseconds