Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A 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()
H A 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()
H A 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/skia/src/pathops/
H A DSkPathOpsDebug.cpp3048 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