HomeSort by relevance Sort by last modified time
    Searched defs:hasVisibleStroke (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 290 bool hasVisibleStroke = svgStyle->hasVisibleStroke();
301 if (!hasVisibleStroke)
302 hasVisibleStroke = svgSelectionStyle->hasVisibleStroke();
309 hasVisibleStroke = false;
341 if (hasVisibleStroke) {
563 bool hasVisibleDecorationStroke = svgDecorationStyle->hasVisibleStroke();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 363 bool hasVisibleStroke() const { return hasStroke() && !strokeWidth().isZero(); }

Completed in 25 milliseconds