Searched refs:MiterJoin (Results 1 – 17 of 17) sorted by relevance
63 enum LineJoin { MiterJoin, RoundJoin, BevelJoin }; enumerator
97 join = MiterJoin; in parseLineJoin()
122 info.context->setLineJoin(MiterJoin); in paint()
156 info.context->setLineJoin(MiterJoin); in paint()
321 case MiterJoin: in setLineJoin()
263 case MiterJoin: in operator <<()351 writeIfNotDefault(ts, "line join", svgStyle->joinStyle(), MiterJoin); in writeStyle()
333 if (svgStyle->joinStyle() == MiterJoin) in applyStrokeStyleToContext()
315 case MiterJoin: in setLineJoin()
73 case MiterJoin: in toVGJoinStyle()141 , strokeLineJoin(MiterJoin) in PlatformPainterState()
2513 case MiterJoin: in CSSPrimitiveValue()2529 return MiterJoin; in LineJoin()2536 return MiterJoin; in LineJoin()
67 static LineJoin initialJoinStyle() { return MiterJoin; } in initialJoinStyle()
128 case MiterJoin: in toQtLineJoin()273 pen.setJoinStyle(toQtLineJoin(MiterJoin)); in platformInit()
974 case MiterJoin: in setLineJoin()
1007 case MiterJoin: in setLineJoin()
1077 case MiterJoin: in setLineJoin()
202 , m_lineJoin(MiterJoin) in State()
6375 … Also change the return value of toQtLineJoin() from Qt::MiterJoin to the default Qt::SvgMiterJoin,71387 [Qt] GraphicsContext: Construct with the correct default LineJoin (MiterJoin)71389 We weren't setting it explicitly which caused us to use Qt::MiterJoin when