Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp594 SkPath scaledOut; in innerPathOp() local
595 scaledOut.addPath(out, scale); in innerPathOp()
596 scaledOut.setFillType(out.getFillType()); in innerPathOp()
597 int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out, scaledOut, bitmap, in innerPathOp()
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp3067 SkPath scaledOut;
3068 scaledOut.addPath(result, scale);
3069 scaledOut.setFillType(result.getFillType());
3070 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap);
3100 SkPath scaledOut;
3101 scaledOut.addPath(result, scale);
3102 scaledOut.setFillType(result.getFillType());
3103 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap);

Completed in 8 milliseconds