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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.cpp195 bool hasFill = svgStyle->hasFill(); local
205 if (!hasFill)
206 hasFill = svgSelectionStyle->hasFill();
275 bool hasFill = svgStyle->hasFill(); local
285 if (!hasFill)
286 hasFill = svgSelectionStyle->hasFill();
[all...]
/external/webkit/Source/WebCore/rendering/style/
H A DSVGRenderStyle.h324 bool hasFill() const { return fillPaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; } function in class:WebCore::SVGRenderStyle

Completed in 229 milliseconds