Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrBlurUtils.cpp480 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in draw_shape_with_mask_filter() local
481 if (styleScale == 0) { in draw_shape_with_mask_filter()
485 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
DSurfaceDrawContext.cpp1844 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in drawShapeUsingPathRenderer() local
1845 if (styleScale == 0.0f) { in drawShapeUsingPathRenderer()
1851 shape = shape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer()
1860 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale); in drawShapeUsingPathRenderer()