Searched refs:strokeScale (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 60 float strokeScale = minScale * matrixScale; in draw() local 61 drawPath(outCanvas, renderPath, strokeScale, pathMatrix, useStagingData); in draw() 195 void FullPath::drawPath(SkCanvas* outCanvas, SkPath& renderPath, float strokeScale, in drawPath() argument 241 paint.setStrokeWidth(properties.getStrokeWidth() * strokeScale); in drawPath() 316 float strokeScale, const SkMatrix& matrix, bool useStagingData){ in drawPath() argument
|
D | VectorDrawable.h | 191 float strokeScale, const SkMatrix& matrix, bool useStagingData) = 0; 385 float strokeScale, const SkMatrix& matrix, bool useStagingData) override; 405 float strokeScale, const SkMatrix& matrix, bool useStagingData) override;
|