Home
last modified time | relevance | path

Searched refs:MiterJoin (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsTypes.h63 enum LineJoin { MiterJoin, RoundJoin, BevelJoin }; enumerator
DGraphicsTypes.cpp97 join = MiterJoin; in parseLineJoin()
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLSquareRoot.cpp122 info.context->setLineJoin(MiterJoin); in paint()
DRenderMathMLRoot.cpp156 info.context->setLineJoin(MiterJoin); in paint()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp321 case MiterJoin: in setLineJoin()
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderTreeAsText.cpp263 case MiterJoin: in operator <<()
351 writeIfNotDefault(ts, "line join", svgStyle->joinStyle(), MiterJoin); in writeStyle()
DSVGRenderSupport.cpp333 if (svgStyle->joinStyle() == MiterJoin) in applyStrokeStyleToContext()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.cpp315 case MiterJoin: in setLineJoin()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp73 case MiterJoin: in toVGJoinStyle()
141 , strokeLineJoin(MiterJoin) in PlatformPainterState()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h2513 case MiterJoin: in CSSPrimitiveValue()
2529 return MiterJoin; in LineJoin()
2536 return MiterJoin; in LineJoin()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h67 static LineJoin initialJoinStyle() { return MiterJoin; } in initialJoinStyle()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp128 case MiterJoin: in toQtLineJoin()
273 pen.setJoinStyle(toQtLineJoin(MiterJoin)); in platformInit()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp974 case MiterJoin: in setLineJoin()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp1007 case MiterJoin: in setLineJoin()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp1077 case MiterJoin: in setLineJoin()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp202 , m_lineJoin(MiterJoin) in State()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-066375 … 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