Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathOpsExtendedTest.cpp584 SkPath scaledA, scaledB; in innerPathOp() local
585 scaledA.addPath(a, scale); in innerPathOp()
586 scaledA.setFillType(a.getFillType()); in innerPathOp()
589 scaledRgnA.setPath(scaledA, openClip); in innerPathOp()
/third_party/flutter/skia/tests/
DPathOpsExtendedTest.cpp698 SkPath scaledA, scaledB; in innerPathOp() local
699 scaledA.addPath(a, scale); in innerPathOp()
700 scaledA.setFillType(a.getFillType()); in innerPathOp()
703 scaledRgnA.setPath(scaledA, openClip); in innerPathOp()
/third_party/flutter/skia/src/pathops/
DSkPathOpsDebug.cpp3083 SkPath scaledA, scaledB; in VerifyOp() local
3084 scaledA.addPath(one, scale); in VerifyOp()
3085 scaledA.setFillType(one.getFillType()); in VerifyOp()
3088 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3120 SkPath scaledA; in VerifySimplify() local
3121 scaledA.addPath(path, scale); in VerifySimplify()
3122 scaledA.setFillType(path.getFillType()); in VerifySimplify()
3123 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp3057 SkPath scaledA, scaledB; in VerifyOp() local
3058 scaledA.addPath(one, scale); in VerifyOp()
3059 scaledA.setFillType(one.getFillType()); in VerifyOp()
3062 scaledRgnA.setPath(scaledA, openClip); in VerifyOp()
3094 SkPath scaledA; in VerifySimplify() local
3095 scaledA.addPath(path, scale); in VerifySimplify()
3096 scaledA.setFillType(path.getFillType()); in VerifySimplify()
3097 scaledRgnA.setPath(scaledA, openClip); in VerifySimplify()