Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsExtendedTest.cpp574 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local
575 openClip.setRect({-16000, -16000, 16000, 16000}); in innerPathOp()
576 rgnA.setPath(a, openClip); in innerPathOp()
577 rgnB.setPath(b, openClip); in innerPathOp()
589 scaledRgnA.setPath(scaledA, openClip); in innerPathOp()
590 scaledRgnB.setPath(scaledB, openClip); in innerPathOp()
DRegionTest.cpp100 SkRegion openClip; in test_empties() local
101 openClip.setRect({-16000, -16000, 16000, 16000}); in test_empties()
102 empty.setPath(emptyPath, openClip); // should not assert in test_empties()
DPathOpsBuilderConicTest.cpp40 SkRegion rgnB, openClip; in testOvalSet() local
41 openClip.setRect({-16000, -16000, 16000, 16000}); in testOvalSet()
42 rgnB.setPath(rotated, openClip); in testOvalSet()
/external/skqp/tests/
DPathOpsExtendedTest.cpp690 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local
691 openClip.setRect(-16000, -16000, 16000, 16000); in innerPathOp()
692 rgnA.setPath(a, openClip); in innerPathOp()
693 rgnB.setPath(b, openClip); in innerPathOp()
705 scaledRgnA.setPath(scaledA, openClip); in innerPathOp()
706 scaledRgnB.setPath(scaledB, openClip); in innerPathOp()
DRegionTest.cpp100 SkRegion openClip; in test_empties() local
101 openClip.setRect(-16000, -16000, 16000, 16000); in test_empties()
102 empty.setPath(emptyPath, openClip); // should not assert in test_empties()
DPathOpsBuilderConicTest.cpp40 SkRegion rgnB, openClip; in testOvalSet() local
41 openClip.setRect(-16000, -16000, 16000, 16000); in testOvalSet()
42 rgnB.setPath(rotated, openClip); in testOvalSet()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp3048 SkRegion rgnA, rgnB, openClip, rgnOut; in VerifyOp() local
3049 openClip.setRect(-16000, -16000, 16000, 16000); in VerifyOp()
3050 rgnA.setPath(one, openClip); in VerifyOp()
3051 rgnB.setPath(two, openClip); in VerifyOp()
3062 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3063 scaledRgnB.setPath(scaledB, openClip); in VerifyOp()
3087 SkRegion rgnA, openClip, rgnOut; in VerifySimplify() local
3088 openClip.setRect(-16000, -16000, 16000, 16000); in VerifySimplify()
3089 rgnA.setPath(path, openClip); in VerifySimplify()
3097 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp3075 SkRegion rgnA, rgnB, openClip, rgnOut; in VerifyOp() local
3076 openClip.setRect(-16000, -16000, 16000, 16000); in VerifyOp()
3077 rgnA.setPath(one, openClip); in VerifyOp()
3078 rgnB.setPath(two, openClip); in VerifyOp()
3089 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3090 scaledRgnB.setPath(scaledB, openClip); in VerifyOp()
3114 SkRegion rgnA, openClip, rgnOut; in VerifySimplify() local
3115 openClip.setRect(-16000, -16000, 16000, 16000); in VerifySimplify()
3116 rgnA.setPath(path, openClip); in VerifySimplify()
3124 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()