Home
last modified time | relevance | path

Searched defs:hasFill (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp195 bool hasFill = svgStyle->hasFill(); in paintSelectionBackground() local
275 bool hasFill = svgStyle->hasFill(); in paint() local
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h324 bool hasFill() const { return fillPaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; } in hasFill() function