Home
last modified time | relevance | path

Searched refs:rgnB (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp574 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local
577 rgnB.setPath(b, openClip); in innerPathOp()
578 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp); in innerPathOp()
H A DPathOpsBuilderConicTest.cpp40 SkRegion rgnB, openClip; in testOvalSet() local
42 rgnB.setPath(rotated, openClip); in testOvalSet()
43 region->op(rgnB, SkRegion::kUnion_Op); in testOvalSet()
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp3048 SkRegion rgnA, rgnB, openClip, rgnOut;
3051 rgnB.setPath(two, openClip);
3052 rgnOut.op(rgnA, rgnB, (SkRegion::Op) op);

Completed in 9 milliseconds