Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrBlurUtils.cpp265 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in draw_shape_with_mask_filter() local
266 if (0 == styleScale) { in draw_shape_with_mask_filter()
270 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
DGrRenderTargetContext.cpp1861 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in drawShapeUsingPathRenderer() local
1865 tempShape = originalShape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer()
1875 styleScale); in drawShapeUsingPathRenderer()
/external/skia/src/gpu/
DGrBlurUtils.cpp470 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in draw_shape_with_mask_filter() local
471 if (styleScale == 0) { in draw_shape_with_mask_filter()
475 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
DGrSurfaceDrawContext.cpp1824 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in drawShapeUsingPathRenderer() local
1825 if (styleScale == 0.0f) { in drawShapeUsingPathRenderer()
1831 shape = shape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer()
1840 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale); in drawShapeUsingPathRenderer()