Searched defs:strokeScale (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp60 float strokeScale = minScale * matrixScale; local
61 drawPath(outCanvas, renderPath, strokeScale, pathMatrix, useStagingData);
195 void FullPath::drawPath(SkCanvas* outCanvas, SkPath& renderPath, float strokeScale, argument
237 paint.setStrokeWidth(properties.getStrokeWidth() * strokeScale);
312 float strokeScale, const SkMatrix& matrix, bool useStagingData){
311 drawPath(SkCanvas* outCanvas, SkPath& renderPath, float strokeScale, const SkMatrix& matrix, bool useStagingData) argument

Completed in 16 milliseconds