Home
last modified time | relevance | path

Searched refs:setCapStyle (Results 1 – 5 of 5) 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()
DImageBufferQt.cpp71 pen.setCapStyle(Qt::FlatCap); in ImageBufferData()
DGraphicsContextQt.cpp418 pen.setCapStyle(Qt::FlatCap); in drawLine()
1044 nPen.setCapStyle(toQtLineCap(lc)); in setLineCap()
/external/webkit/Source/WebCore/css/
DSVGCSSStyleSelector.cpp389 svgstyle->setCapStyle(*primitiveValue); in applySVGProperty()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h133 void setCapStyle(LineCap val) { svg_inherited_flags._capStyle = val; } in setCapStyle() function