Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsOp.cpp424 SkRegion rgnA, rgnB, openClip, rgnOut; in Op() local
427 rgnB.setPath(two, openClip); in Op()
428 rgnOut.op(rgnA, rgnB, (SkRegion::Op) op); in Op()
/external/skia/tests/
DPathOpsExtendedTest.cpp520 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local
523 rgnB.setPath(b, openClip); in innerPathOp()
524 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp); in innerPathOp()
DPathOpsBuilderConicTest.cpp40 SkRegion rgnB, openClip; in testOvalSet() local
42 rgnB.setPath(rotated, openClip); in testOvalSet()
43 region->op(rgnB, SkRegion::kUnion_Op); in testOvalSet()