Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrMSAAPathRenderer.cpp699 SkScalar styleScale = GrStyle::MatrixToScaleFactor(*args.fViewMatrix); in onDrawPath() local
700 tmpShape.init(args.fShape->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in onDrawPath()
/external/skia/src/gpu/
DGrRenderTargetContext.cpp1682 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in internalDrawPath() local
1686 shape = shape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in internalDrawPath()
1694 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale); in internalDrawPath()