Searched refs:scaledOut (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 443 SkPath scaledOut; in Op() local 444 scaledOut.addPath(*result, scale); in Op() 445 scaledOut.setFillType(result->getFillType()); in Op() 446 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap); in Op()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 540 SkPath scaledOut; in innerPathOp() local 541 scaledOut.addPath(out, scale); in innerPathOp() 542 scaledOut.setFillType(out.getFillType()); in innerPathOp() 543 int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out, scaledOut, bitmap, in innerPathOp()
|