Searched refs:clipDevRect (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkClipStackDevice.cpp | 51 fClipStack.clipDevRect(ptr->getBounds(), op); in onClipRegion() 61 fClipStack.clipDevRect(rect, SkClipOp::kIntersect); in onSetDeviceClipRestriction()
|
D | SkClipStack.h | 394 void clipDevRect(const SkIRect& ir, SkClipOp op) { in clipDevRect() function
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 1059 reducedStack.clipDevRect(ibounds, kIntersect_SkClipOp); in test_reduced_clip_stack() 1060 stack.clipDevRect(ibounds, kIntersect_SkClipOp); in test_reduced_clip_stack() 1197 stack.clipDevRect(SkIRect::MakeXYWH(0, 0, 100, 100), kReplace_SkClipOp); in test_reduced_clip_stack_no_aa_crash() 1198 stack.clipDevRect(SkIRect::MakeXYWH(0, 0, 50, 50), kReplace_SkClipOp); in test_reduced_clip_stack_no_aa_crash() 1406 stack.clipDevRect(gRects[i], kIntersect_SkClipOp); in DEF_TEST()
|