Home
last modified time | relevance | path

Searched refs:setResScale (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/src/core/
DSkStrokeRec.cpp117 stroker.setResScale(gDebugStrokerErrorSet ? gDebugStrokerError : fResScale); in applyToPath()
119 stroker.setResScale(fResScale); in applyToPath()
DSkStroke.h56 void setResScale(SkScalar rs) { in setResScale() function
/third_party/skia/src/core/
DSkStrokeRec.cpp117 stroker.setResScale(gDebugStrokerErrorSet ? gDebugStrokerError : fResScale); in applyToPath()
119 stroker.setResScale(fResScale); in applyToPath()
DSkStroke.h56 void setResScale(SkScalar rs) { in setResScale() function
/third_party/flutter/skia/src/gpu/
DGrStyle.cpp162 strokeRec.setResScale(resScale); in applyPathEffectToPath()
175 strokeRec.setResScale(resScale); in applyToPath()
/third_party/skia/src/gpu/
DGrStyle.cpp167 strokeRec.setResScale(resScale); in applyPathEffectToPath()
180 strokeRec.setResScale(resScale); in applyToPath()
/third_party/skia/tests/
DStrokeTest.cpp103 s1.setResScale(2.1f); in test_strokerec_equality()
104 s2.setResScale(1.2f); in test_strokerec_equality()
/third_party/flutter/skia/tests/
DStrokeTest.cpp102 s1.setResScale(2.1f); in test_strokerec_equality()
103 s2.setResScale(1.2f); in test_strokerec_equality()
/third_party/flutter/skia/include/core/
DSkStrokeRec.h70 void setResScale(SkScalar rs) { in setResScale() function
/third_party/skia/include/core/
DSkStrokeRec.h70 void setResScale(SkScalar rs) { in setResScale() function
/third_party/skia/experimental/graphite/src/
DDevice.cpp236 newStyle.setResScale(localToDevice.maxScaleFactor()); in drawShape()