Home
last modified time | relevance | path

Searched refs:capStyle (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp136 stroke.setCapStyle(pen.capStyle()); in strokeContains()
166 stroke.setCapStyle(pen.capStyle()); in strokeBoundingRect()
/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp102 return CSSPrimitiveValue::create(svgStyle->capStyle()); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp387 HANDLE_INHERIT_AND_INITIAL(capStyle, CapStyle) in applySVGProperty()
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderSupport.cpp331 context->setLineCap(svgStyle->capStyle()); in applyStrokeStyleToContext()
DSVGRenderTreeAsText.cpp350 writeIfNotDefault(ts, "line cap", svgStyle->capStyle(), ButtCap); in writeStyle()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h282 LineCap capStyle() const { return (LineCap) svg_inherited_flags._capStyle; } in capStyle() function