Searched refs:hasFill (Results 1 - 7 of 7) 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...]
H A DRenderSVGResource.cpp47 if (!svgStyle->hasFill())
H A DRenderSVGText.cpp191 || (hitRules.canHitFill && (style()->svgStyle()->hasFill() || !hitRules.requireFill))) {
H A DRenderSVGPath.cpp271 || (hitRules.canHitFill && (svgStyle->hasFill() || !hitRules.requireFill) && fillContains(localPoint, hitRules.requireFill, fillRule))) {
H A DSVGResources.cpp259 if (style->hasFill()) {
/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
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1598 const bool hasFill = SkPaint::kFill_Style == style local
1604 if (hasFill) {

Completed in 1480 milliseconds