Home
last modified time | relevance | path

Searched refs:scaledOut (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
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()
/external/skqp/tests/
DPathOpsExtendedTest.cpp710 SkPath scaledOut; in innerPathOp() local
711 scaledOut.addPath(out, scale); in innerPathOp()
712 scaledOut.setFillType(out.getFillType()); in innerPathOp()
713 int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out, scaledOut, bitmap, in innerPathOp()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp3094 SkPath scaledOut; in VerifyOp() local
3095 scaledOut.addPath(result, scale); in VerifyOp()
3096 scaledOut.setFillType(result.getFillType()); in VerifyOp()
3097 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap); in VerifyOp()
3127 SkPath scaledOut; in VerifySimplify() local
3128 scaledOut.addPath(result, scale); in VerifySimplify()
3129 scaledOut.setFillType(result.getFillType()); in VerifySimplify()
3130 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap); in VerifySimplify()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp3067 SkPath scaledOut; in VerifyOp() local
3068 scaledOut.addPath(result, scale); in VerifyOp()
3069 scaledOut.setFillType(result.getFillType()); in VerifyOp()
3070 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap); in VerifyOp()
3100 SkPath scaledOut; in VerifySimplify() local
3101 scaledOut.addPath(result, scale); in VerifySimplify()
3102 scaledOut.setFillType(result.getFillType()); in VerifySimplify()
3103 int errors = debug_paths_draw_the_same(scaledPathOut, scaledOut, bitmap); in VerifySimplify()