Home
last modified time | relevance | path

Searched refs:ButtCap (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsTypes.h61 enum LineCap { ButtCap, RoundCap, SquareCap }; enumerator
DGraphicsTypes.cpp72 cap = ButtCap; in parseLineCap()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp300 case ButtCap: in setLineCap()
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderTreeAsText.cpp246 case ButtCap: in operator <<()
350 writeIfNotDefault(ts, "line cap", svgStyle->capStyle(), ButtCap); in writeStyle()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.cpp279 case ButtCap: in setLineCap()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp60 case ButtCap: in toVGCapStyle()
140 , strokeLineCap(ButtCap) in PlatformPainterState()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h2481 case ButtCap: in CSSPrimitiveValue()
2497 return ButtCap; in LineCap()
2504 return ButtCap; in LineCap()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h60 static LineCap initialCapStyle() { return ButtCap; } in initialCapStyle()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp927 case ButtCap: in setLineCap()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp982 case ButtCap: in setLineCap()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp1055 case ButtCap: in setLineCap()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp112 case ButtCap: in toQtLineCap()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp201 , m_lineCap(ButtCap) in State()