Searched refs:rgnOut (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 424 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/ |
D | PathOpsExtendedTest.cpp | 520 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local 524 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp); in innerPathOp() 525 rgnOut.getBoundaryPath(&pathOut); in innerPathOp()
|