Searched refs:rgnOut (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 690 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local 694 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp); in innerPathOp() 695 rgnOut.getBoundaryPath(&pathOut); in innerPathOp()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 688 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local 692 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp); in innerPathOp() 693 rgnOut.getBoundaryPath(&pathOut); in innerPathOp()
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 3074 SkRegion rgnA, rgnB, openClip, rgnOut; in VerifyOp() local 3078 rgnOut.op(rgnA, rgnB, (SkRegion::Op) op); in VerifyOp() 3079 rgnOut.getBoundaryPath(&pathOut); in VerifyOp() 3113 SkRegion rgnA, openClip, rgnOut; in VerifySimplify() local 3116 rgnOut.getBoundaryPath(&pathOut); in VerifySimplify()
|
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.cpp | 3075 SkRegion rgnA, rgnB, openClip, rgnOut; in VerifyOp() local 3079 rgnOut.op(rgnA, rgnB, (SkRegion::Op) op); in VerifyOp() 3080 rgnOut.getBoundaryPath(&pathOut); in VerifyOp() 3114 SkRegion rgnA, openClip, rgnOut; in VerifySimplify() local 3117 rgnOut.getBoundaryPath(&pathOut); in VerifySimplify()
|