Searched defs:hasStroke (Results 1 – 2 of 2) sorted by relevance
196 bool hasStroke = svgStyle->hasStroke(); in paintSelectionBackground() local276 bool hasStroke = svgStyle->hasStroke(); in paint() local
323 bool hasStroke() const { return strokePaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; } in hasStroke() function