Searched refs:rgnA (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 424 SkRegion rgnA, rgnB, openClip, rgnOut; in Op() local 426 rgnA.setPath(one, openClip); in Op() 428 rgnOut.op(rgnA, rgnB, (SkRegion::Op) op); in Op()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 520 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local 522 rgnA.setPath(a, openClip); in innerPathOp() 524 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp); in innerPathOp()
|