Searched refs:hasFill (Results 1 – 9 of 9) sorted by relevance
195 bool hasFill = svgStyle->hasFill(); in paintSelectionBackground() local205 if (!hasFill) in paintSelectionBackground()206 hasFill = svgSelectionStyle->hasFill(); in paintSelectionBackground()275 bool hasFill = svgStyle->hasFill(); in paint() local285 if (!hasFill) in paint()286 hasFill = svgSelectionStyle->hasFill(); in paint()312 if (hasFill) { in paint()511 bool hasDecorationFill = svgDecorationStyle->hasFill(); in paintDecoration()
47 if (!svgStyle->hasFill()) in requestPaintingResource()
191 || (hitRules.canHitFill && (style()->svgStyle()->hasFill() || !hitRules.requireFill))) { in nodeAtFloatPoint()
271 …|| (hitRules.canHitFill && (svgStyle->hasFill() || !hitRules.requireFill) && fillContains(localPoi… in nodeAtFloatPoint()
259 if (style->hasFill()) { in buildCachedResources()
324 bool hasFill() const { return fillPaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; } in hasFill() function
25491 Added SVGRenderStyle::hasFill() and hasStroke() removed more KSVGPainterFactory methods.25514 (WebCore::SVGRenderStyle::hasFill):
57272 (WebCore::SVGRenderStyle::hasFill):
9360 (WebCore::SVGRenderStyle::hasFill):