Searched refs:styleScale (Results 1 – 4 of 4) sorted by relevance
265 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in draw_shape_with_mask_filter() local266 if (0 == styleScale) { in draw_shape_with_mask_filter()270 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
1861 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in drawShapeUsingPathRenderer() local1865 tempShape = originalShape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer()1875 styleScale); in drawShapeUsingPathRenderer()
470 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in draw_shape_with_mask_filter() local471 if (styleScale == 0) { in draw_shape_with_mask_filter()475 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
1824 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in drawShapeUsingPathRenderer() local1825 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()