Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/tests/
DPathOpsExtendedTest.cpp688 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local
689 openClip.setRect(-16000, -16000, 16000, 16000); in innerPathOp()
690 rgnA.setPath(a, openClip); in innerPathOp()
691 rgnB.setPath(b, openClip); in innerPathOp()
703 scaledRgnA.setPath(scaledA, openClip); in innerPathOp()
704 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()
/third_party/flutter/skia/src/pathops/
DSkPathOpsDebug.cpp3074 SkRegion rgnA, rgnB, openClip, rgnOut; in VerifyOp() local
3075 openClip.setRect(-16000, -16000, 16000, 16000); in VerifyOp()
3076 rgnA.setPath(one, openClip); in VerifyOp()
3077 rgnB.setPath(two, openClip); in VerifyOp()
3088 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3089 scaledRgnB.setPath(scaledB, openClip); in VerifyOp()
3113 SkRegion rgnA, openClip, rgnOut; in VerifySimplify() local
3114 openClip.setRect(-16000, -16000, 16000, 16000); in VerifySimplify()
3115 rgnA.setPath(path, openClip); in VerifySimplify()
3123 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()
/third_party/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()