Searched refs:overlapLeft (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | ClipStackTest.cpp | 501 SkRect overlapLeft = SkRect::MakeLTRB(10, 10, 50, 50); in test_rect_merging() local 514 stack.clipRect(overlapLeft, SkMatrix::I(), SkClipOp::kIntersect, false); in test_rect_merging() 527 stack.clipRect(overlapLeft, SkMatrix::I(), SkClipOp::kIntersect, true); in test_rect_merging() 540 stack.clipRect(overlapLeft, SkMatrix::I(), SkClipOp::kIntersect, true); in test_rect_merging()
|
Completed in 2 milliseconds