Searched refs:nestedChild (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | ClipStackTest.cpp | 528 SkRect nestedChild = SkRect::MakeLTRB(40, 40, 60, 60); in test_rect_merging() local 585 stack.clipRect(nestedChild, SkMatrix::I(), kIntersect_SkClipOp, false); in test_rect_merging() 600 stack.clipRect(nestedChild, SkMatrix::I(), kIntersect_SkClipOp, true); in test_rect_merging() 613 stack.clipRect(nestedChild, SkMatrix::I(), kReplace_SkClipOp, false); in test_rect_merging()
|