Searched refs:openClip (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A 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()
|
H A 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()
|
H A 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()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 3048 SkRegion rgnA, rgnB, openClip, rgnOut; 3049 openClip.setRect(-16000, -16000, 16000, 16000); 3050 rgnA.setPath(one, openClip); 3051 rgnB.setPath(two, openClip); 3062 scaledRgnA.setPath(scaledA, openClip); 3063 scaledRgnB.setPath(scaledB, openClip); 3087 SkRegion rgnA, openClip, rgnOut; 3088 openClip.setRect(-16000, -16000, 16000, 16000); 3089 rgnA.setPath(path, openClip); 3097 scaledRgnA.setPath(scaledA, openClip); [all...] |
Completed in 10 milliseconds