Searched refs:joinStyle (Results 1 – 6 of 6) sorted by relevance
332 context->setLineJoin(svgStyle->joinStyle()); in applyStrokeStyleToContext()333 if (svgStyle->joinStyle() == MiterJoin) in applyStrokeStyleToContext()
351 writeIfNotDefault(ts, "line join", svgStyle->joinStyle(), MiterJoin); in writeStyle()
137 stroke.setJoinStyle(pen.joinStyle()); in strokeContains()167 stroke.setJoinStyle(pen.joinStyle()); in strokeBoundingRect()
104 return CSSPrimitiveValue::create(svgStyle->joinStyle()); in getSVGPropertyCSSValue()
212 HANDLE_INHERIT_AND_INITIAL(joinStyle, JoinStyle) in applySVGProperty()
289 LineJoin joinStyle() const { return (LineJoin) svg_inherited_flags._joinStyle; } in joinStyle() function