Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp195 bool hasFill = svgStyle->hasFill(); in paintSelectionBackground() local
205 if (!hasFill) in paintSelectionBackground()
206 hasFill = svgSelectionStyle->hasFill(); in paintSelectionBackground()
275 bool hasFill = svgStyle->hasFill(); in paint() local
285 if (!hasFill) in paint()
286 hasFill = svgSelectionStyle->hasFill(); in paint()
312 if (hasFill) { in paint()
511 bool hasDecorationFill = svgDecorationStyle->hasFill(); in paintDecoration()
DRenderSVGResource.cpp47 if (!svgStyle->hasFill()) in requestPaintingResource()
DRenderSVGText.cpp191 || (hitRules.canHitFill && (style()->svgStyle()->hasFill() || !hitRules.requireFill))) { in nodeAtFloatPoint()
DRenderSVGPath.cpp271 …|| (hitRules.canHitFill && (svgStyle->hasFill() || !hitRules.requireFill) && fillContains(localPoi… in nodeAtFloatPoint()
DSVGResources.cpp259 if (style->hasFill()) { in buildCachedResources()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h324 bool hasFill() const { return fillPaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; } in hasFill() function
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3125491 Added SVGRenderStyle::hasFill() and hasStroke() removed more KSVGPainterFactory methods.
25514 (WebCore::SVGRenderStyle::hasFill):
DChangeLog57272 (WebCore::SVGRenderStyle::hasFill):
DChangeLog-2010-01-299360 (WebCore::SVGRenderStyle::hasFill):