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 289 bool hasVisibleStroke = svgStyle->hasVisibleStroke();
300 if (!hasVisibleStroke)
301 hasVisibleStroke = svgSelectionStyle->hasVisibleStroke();
308 hasVisibleStroke = false;
336 if (hasVisibleStroke) {
551 bool hasVisibleDecorationStroke = svgDecorationStyle->hasVisibleStroke();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 359 bool hasVisibleStroke() const { return hasStroke() && !strokeWidth().isZero(); }

Completed in 96 milliseconds