Searched refs:hasFill (Results 1 – 9 of 9) sorted by relevance
78 if (!style->svgStyle()->hasFill()) in fillPaintServer()180 if ((type & ApplyToFillTargetType) && (!style || style->hasFill())) in renderPath()
68 if ((type & ApplyToFillTargetType) && (!style || svgStyle->hasFill())) { in setup()
103 bool isFilled = (type & ApplyToFillTargetType) && style->hasFill(); in setup()
193 bool isFilled = (type & ApplyToFillTargetType) && style->hasFill(); in setup()
105 || (hitRules.canHitFill && (style()->svgStyle()->hasFill() || !hitRules.requireFill))) { in nodeAtFloatPoint()
231 …|| (hitRules.canHitFill && (style()->svgStyle()->hasFill() || !hitRules.requireFill) && fillContai… in nodeAtFloatPoint()
1579 if (object->style()->svgStyle()->hasFill()) in addPaintServerToTextDecorationInfo()
104 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):