/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 574 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()
|
D | RegionTest.cpp | 100 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()
|
D | PathOpsBuilderConicTest.cpp | 40 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/ |
D | PathOpsExtendedTest.cpp | 690 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()
|
D | RegionTest.cpp | 100 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()
|
D | PathOpsBuilderConicTest.cpp | 40 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/ |
D | SkPathOpsDebug.cpp | 3048 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/ |
D | SkPathOpsDebug.cpp | 3075 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()
|