Searched refs:overlapRight (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | ClipStackTest.cpp | 502 SkRect overlapRight = SkRect::MakeLTRB(40, 40, 80, 80); in test_rect_merging() local 515 stack.clipRect(overlapRight, SkMatrix::I(), SkClipOp::kIntersect, false); in test_rect_merging() 528 stack.clipRect(overlapRight, SkMatrix::I(), SkClipOp::kIntersect, true); in test_rect_merging() 541 stack.clipRect(overlapRight, SkMatrix::I(), SkClipOp::kIntersect, false); in test_rect_merging()
|
Completed in 3 milliseconds