Searched refs:rgnB (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 424 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/ |
D | PathOpsExtendedTest.cpp | 520 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()
|
D | PathOpsBuilderConicTest.cpp | 40 SkRegion rgnB, openClip; in testOvalSet() local 42 rgnB.setPath(rotated, openClip); in testOvalSet() 43 region->op(rgnB, SkRegion::kUnion_Op); in testOvalSet()
|