Searched defs:hasVisibleStroke (Results 1 – 2 of 2) sorted by relevance
278 bool hasVisibleStroke = svgStyle->hasVisibleStroke(); in paint() local
346 bool hasVisibleStroke() const { return hasStroke() && !strokeWidth()->isZero(); } in hasVisibleStroke() function