Searched refs:nestedParent (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | ClipStackTest.cpp | 504 SkRect nestedParent = SkRect::MakeLTRB(10, 10, 90, 90); in test_rect_merging() local 553 stack.clipRect(nestedParent, SkMatrix::I(), SkClipOp::kIntersect, true); in test_rect_merging() 566 stack.clipRect(nestedParent, SkMatrix::I(), SkClipOp::kIntersect, false); in test_rect_merging() 580 stack.clipRect(nestedParent, SkMatrix::I(), SkClipOp::kIntersect, true); in test_rect_merging()
|
/third_party/flutter/skia/tests/ |
D | ClipStackTest.cpp | 556 SkRect nestedParent = SkRect::MakeLTRB(10, 10, 90, 90); in test_rect_merging() local 612 stack.clipRect(nestedParent, SkMatrix::I(), kReplace_SkClipOp, true); in test_rect_merging() 627 stack.clipRect(nestedParent, SkMatrix::I(), kReplace_SkClipOp, false); in test_rect_merging() 644 stack.clipRect(nestedParent, SkMatrix::I(), kIntersect_SkClipOp, true); in test_rect_merging()
|