Searched defs:LineJoin (Results 1 – 3 of 3) sorted by relevance
55 enum LineJoin { MiterJoin, RoundJoin, BevelJoin }; enum
1789 template<> inline CSSPrimitiveValue::operator LineJoin() const in LineJoin() function
122 void GraphicsContext::setLineJoin(LineJoin) { notImplemented(); } in setLineJoin() argument