Searched refs:rgnOut (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp441 SkRegion rgnA, rgnB, openClip, rgnOut; local
445 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp);
446 rgnOut.getBoundaryPath(&pathOut);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp489 SkRegion rgnA, rgnB, openClip, rgnOut;
493 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp);
494 rgnOut.getBoundaryPath(&pathOut);
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp441 SkRegion rgnA, rgnB, openClip, rgnOut; local
445 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp);
446 rgnOut.getBoundaryPath(&pathOut);
/external/skia/tests/
H A DPathOpsExtendedTest.cpp616 SkRegion rgnA, rgnB, openClip, rgnOut;
620 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp);
621 rgnOut.getBoundaryPath(&pathOut);

Completed in 2527 milliseconds