Searched defs:hasFill (Results 1 – 2 of 2) sorted by relevance
195 bool hasFill = svgStyle->hasFill(); in paintSelectionBackground() local275 bool hasFill = svgStyle->hasFill(); in paint() local
324 bool hasFill() const { return fillPaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; } in hasFill() function