Home
last modified time | relevance | path

Searched refs:scaledPathOut (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp573 SkPath pathOut, scaledPathOut; in innerPathOp() local
592 scaledRgnOut.getBoundaryPath(&scaledPathOut); in innerPathOp()
597 int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out, scaledOut, bitmap, in innerPathOp()
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp3047 SkPath pathOut, scaledPathOut;
3065 scaledRgnOut.getBoundaryPath(&scaledPathOut);
3070 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap);
3086 SkPath pathOut, scaledPathOut;
3098 scaledRgnA.getBoundaryPath(&scaledPathOut);
3103 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap);

Completed in 7 milliseconds