Home
last modified time | relevance | path

Searched defs:hasStroke (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp196 bool hasStroke = svgStyle->hasStroke(); in paintSelectionBackground() local
276 bool hasStroke = svgStyle->hasStroke(); in paint() local
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h323 bool hasStroke() const { return strokePaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; } in hasStroke() function