Searched refs:rgnB (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/tests/ |
D | PathOpsExtendedTest.cpp | 574 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local 577 rgnB.setPath(b, openClip); in innerPathOp() 578 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()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 3048 SkRegion rgnA, rgnB, openClip, rgnOut; in VerifyOp() local 3051 rgnB.setPath(two, openClip); in VerifyOp() 3052 rgnOut.op(rgnA, rgnB, (SkRegion::Op) op); in VerifyOp()
|