Searched refs:rgnOut (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tests/ |
H A D | PathOpsExtendedTest.cpp | 574 SkRegion rgnA, rgnB, openClip, rgnOut; in innerPathOp() local 578 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp); in innerPathOp() 579 rgnOut.getBoundaryPath(&pathOut); in innerPathOp()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 3048 SkRegion rgnA, rgnB, openClip, rgnOut; 3052 rgnOut.op(rgnA, rgnB, (SkRegion::Op) op); 3053 rgnOut.getBoundaryPath(&pathOut); 3087 SkRegion rgnA, openClip, rgnOut; 3090 rgnOut.getBoundaryPath(&pathOut);
|
Completed in 8 milliseconds