HomeSort by relevance Sort by last modified time
    Searched defs:hasFill (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 195 bool hasFill = svgStyle->hasFill();
205 if (!hasFill)
206 hasFill = svgSelectionStyle->hasFill();
275 bool hasFill = svgStyle->hasFill();
285 if (!hasFill)
286 hasFill = svgSelectionStyle->hasFill();
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 324 bool hasFill() const { return fillPaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; }

Completed in 68 milliseconds