Searched refs:rgnA (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | PathOpsExtendedTest.cpp | 574 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local 576 rgnA.setPath(a, openClip); in innerPathOp() 578 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp); in innerPathOp()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 3048 SkRegion rgnA, rgnB, openClip, rgnOut; in VerifyOp() local 3050 rgnA.setPath(one, openClip); in VerifyOp() 3052 rgnOut.op(rgnA, rgnB, (SkRegion::Op) op); in VerifyOp() 3087 SkRegion rgnA, openClip, rgnOut; in VerifySimplify() local 3089 rgnA.setPath(path, openClip); in VerifySimplify()
|