Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp278 bool hasVisibleStroke = svgStyle->hasVisibleStroke(); in paint() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h346 bool hasVisibleStroke() const { return hasStroke() && !strokeWidth()->isZero(); } in hasVisibleStroke() function