Home
last modified time | relevance | path

Searched refs:RoundCap (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsTypes.h61 enum LineCap { ButtCap, RoundCap, SquareCap }; enumerator
DGraphicsTypes.cpp76 cap = RoundCap; in parseLineCap()
/external/webkit/Source/WebCore/platform/qt/
DQtMobileWebStyle.cpp178 QPen pen(Qt::darkGray, 1.0, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin); in drawControl()
215 QPen pen(Qt::darkGray, 1.0, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin); in drawPrimitive()
345 QPen pen(Qt::darkGray, 1.0, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin); in drawComplexControl()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp294 case RoundCap: in setLineCap()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.cpp282 case RoundCap: in setLineCap()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp114 case RoundCap: in toQtLineCap()
115 return Qt::RoundCap; in toQtLineCap()
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderTreeAsText.cpp249 case RoundCap: in operator <<()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h2484 case RoundCap: in CSSPrimitiveValue()
2499 return RoundCap; in LineCap()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp56 case RoundCap: in toVGCapStyle()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp930 case RoundCap: in setLineCap()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp985 case RoundCap: in setLineCap()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp1058 case RoundCap: in setLineCap()