Searched refs:styleScale (Results 1 – 2 of 2) sorted by relevance
480 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in draw_shape_with_mask_filter() local481 if (styleScale == 0) { in draw_shape_with_mask_filter()485 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
1844 SkScalar styleScale = GrStyle::MatrixToScaleFactor(viewMatrix); in drawShapeUsingPathRenderer() local1845 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()