Home
last modified time | relevance | path

Searched refs:openClip (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DPathOpsExtendedTest.cpp588 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local
589 openClip.setRect({-16000, -16000, 16000, 16000}); in innerPathOp()
590 rgnA.setPath(a, openClip); in innerPathOp()
591 rgnB.setPath(b, openClip); in innerPathOp()
603 scaledRgnA.setPath(scaledA, openClip); in innerPathOp()
604 scaledRgnB.setPath(scaledB, openClip); in innerPathOp()
DRegionTest.cpp112 SkRegion openClip; in test_empties() local
113 openClip.setRect({-16000, -16000, 16000, 16000}); in test_empties()
114 empty.setPath(emptyPath, openClip); // should not assert in test_empties()
DPathOpsBuilderConicTest.cpp50 SkRegion rgnB, openClip; in testOvalSet() local
51 openClip.setRect({-16000, -16000, 16000, 16000}); in testOvalSet()
52 rgnB.setPath(rotated, openClip); in testOvalSet()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp3024 SkRegion rgnA, rgnB, openClip, rgnOut; in VerifyOp() local
3025 openClip.setRect({-16000, -16000, 16000, 16000}); in VerifyOp()
3026 rgnA.setPath(one, openClip); in VerifyOp()
3027 rgnB.setPath(two, openClip); in VerifyOp()
3038 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3039 scaledRgnB.setPath(scaledB, openClip); in VerifyOp()
3063 SkRegion rgnA, openClip, rgnOut; in VerifySimplify() local
3064 openClip.setRect({-16000, -16000, 16000, 16000}); in VerifySimplify()
3065 rgnA.setPath(path, openClip); in VerifySimplify()
3073 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()