Home
last modified time | relevance | path

Searched refs:hasFill (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/svg/graphics/
DSVGPaintServer.cpp78 if (!style->svgStyle()->hasFill()) in fillPaintServer()
180 if ((type & ApplyToFillTargetType) && (!style || style->hasFill())) in renderPath()
DSVGPaintServerSolid.cpp68 if ((type & ApplyToFillTargetType) && (!style || svgStyle->hasFill())) { in setup()
DSVGPaintServerPattern.cpp103 bool isFilled = (type & ApplyToFillTargetType) && style->hasFill(); in setup()
DSVGPaintServerGradient.cpp193 bool isFilled = (type & ApplyToFillTargetType) && style->hasFill(); in setup()
/external/webkit/WebCore/rendering/
DRenderSVGText.cpp105 || (hitRules.canHitFill && (style()->svgStyle()->hasFill() || !hitRules.requireFill))) { in nodeAtFloatPoint()
DRenderPath.cpp231 …|| (hitRules.canHitFill && (style()->svgStyle()->hasFill() || !hitRules.requireFill) && fillContai… in nodeAtFloatPoint()
DSVGRootInlineBox.cpp1579 if (object->style()->svgStyle()->hasFill()) in addPaintServerToTextDecorationInfo()
/external/webkit/WebCore/rendering/style/
DSVGRenderStyle.h104 bool hasFill() const { return (fillPaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE); } in hasFill() function
/external/webkit/WebCore/
DChangeLog-2006-12-3125491 Added SVGRenderStyle::hasFill() and hasStroke() removed more KSVGPainterFactory methods.
25514 (WebCore::SVGRenderStyle::hasFill):