Searched refs:strokeLineStyle (Results 1 – 3 of 3) sorted by relevance
158 …template <class LineStyle> static void LineStyleCalc(DepictStroke<LineStyle>& strokeLineStyle, con… in LineStyleCalc() argument160 strokeLineStyle.SetWidth(paint.GetStrokeWidth()); // Line style related in LineStyleCalc()162 strokeLineStyle.SetLineCap(paint.GetLineCap()); in LineStyleCalc()165 strokeLineStyle.SetLineJoin(paint.GetLineJoin()); in LineStyleCalc()167 strokeLineStyle.SetMiterLimit(paint.GetMiterLimit()); in LineStyleCalc()
186 StrokeLineStyle strokeLineStyle(canvasPath); in SetRasterizer() local187 LineStyleCalc(strokeLineStyle, paint); in SetRasterizer()189 DepictTransform<StrokeLineStyle> strokeTransform(strokeLineStyle, transform); in SetRasterizer()
682 static void LineStyleCalc(DepictStroke<LineStyle>& strokeLineStyle, const Paint& paint) in LineStyleCalc() argument684 strokeLineStyle.SetWidth(paint.GetStrokeWidth()); // Line style related in LineStyleCalc()686 strokeLineStyle.SetLineCap(paint.GetLineCap()); in LineStyleCalc()689 strokeLineStyle.SetLineJoin(paint.GetLineJoin()); in LineStyleCalc()691 strokeLineStyle.SetMiterLimit(paint.GetMiterLimit()); in LineStyleCalc()