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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.cpp196 bool hasStroke = svgStyle->hasStroke(); local
207 if (!hasStroke)
208 hasStroke = svgSelectionStyle->hasStroke();
276 bool hasStroke = svgStyle->hasStroke(); local
287 if (!hasStroke)
288 hasStroke = svgSelectionStyle->hasStroke();
[all...]
/external/webkit/Source/WebCore/rendering/style/
H A DSVGRenderStyle.h323 bool hasStroke() const { return strokePaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; } function in class:WebCore::SVGRenderStyle

Completed in 190 milliseconds