Home
last modified time | relevance | path

Searched refs:strokeScale (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.cpp60 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
DVectorDrawable.h191 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;