Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsOp.cpp424 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/
DPathOpsExtendedTest.cpp520 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()