Home
last modified time | relevance | path

Searched refs:linesToSkip (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/fuzz/
DFuzzMain.cpp552 const int linesToSkip = std::min(stripeHeight, height - i * stripeHeight); in fuzz_img() local
553 codec->skipScanlines(linesToSkip); in fuzz_img()
576 const int linesToSkip = std::min(stripeHeight, height - (i + 1) * stripeHeight); in fuzz_img() local
577 if (linesToSkip > 0) { in fuzz_img()
578 codec->skipScanlines(linesToSkip); in fuzz_img()
/third_party/flutter/skia/fuzz/
DFuzzMain.cpp499 const int linesToSkip = SkTMin(stripeHeight, height - i * stripeHeight); in fuzz_img() local
500 codec->skipScanlines(linesToSkip); in fuzz_img()
523 const int linesToSkip = SkTMin(stripeHeight, height - (i + 1) * stripeHeight); in fuzz_img() local
524 if (linesToSkip > 0) { in fuzz_img()
525 codec->skipScanlines(linesToSkip); in fuzz_img()
/third_party/flutter/skia/dm/
DDMSrcSink.cpp598 const int linesToSkip = SkTMin(stripeHeight, height - i * stripeHeight); in draw() local
599 codec->skipScanlines(linesToSkip); in draw()
623 const int linesToSkip = SkTMin(stripeHeight, height - (i + 1) * stripeHeight); in draw() local
624 if (linesToSkip > 0) { in draw()
625 codec->skipScanlines(linesToSkip); in draw()
/third_party/skia/dm/
DDMSrcSink.cpp661 const int linesToSkip = std::min(stripeHeight, height - i * stripeHeight); in draw() local
662 codec->skipScanlines(linesToSkip); in draw()
686 const int linesToSkip = std::min(stripeHeight, height - (i + 1) * stripeHeight); in draw() local
687 if (linesToSkip > 0) { in draw()
688 codec->skipScanlines(linesToSkip); in draw()