Home
last modified time | relevance | path

Searched refs:rgnOut (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsOp.cpp424 SkRegion rgnA, rgnB, openClip, rgnOut; in Op() local
428 rgnOut.op(rgnA, rgnB, (SkRegion::Op) op); in Op()
429 rgnOut.getBoundaryPath(&pathOut); in Op()
/external/skia/tests/
DPathOpsExtendedTest.cpp520 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local
524 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp); in innerPathOp()
525 rgnOut.getBoundaryPath(&pathOut); in innerPathOp()