Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp196 bool hasStroke = svgStyle->hasStroke(); in paintSelectionBackground() local
207 if (!hasStroke) in paintSelectionBackground()
208 hasStroke = svgSelectionStyle->hasStroke(); in paintSelectionBackground()
276 bool hasStroke = svgStyle->hasStroke(); in paint() local
287 if (!hasStroke) in paint()
288 hasStroke = svgSelectionStyle->hasStroke(); in paint()
318 if (hasStroke) { in paint()
512 bool hasDecorationStroke = svgDecorationStyle->hasStroke(); in paintDecoration()
DRenderSVGText.cpp190 if ((hitRules.canHitStroke && (style()->svgStyle()->hasStroke() || !hitRules.requireStroke)) in nodeAtFloatPoint()
253 if (!svgStyle->hasStroke()) in strokeBoundingBox()
DRenderSVGPath.cpp270 …if ((hitRules.canHitStroke && (svgStyle->hasStroke() || !hitRules.requireStroke) && strokeContains… in nodeAtFloatPoint()
322 if (svgStyle->hasStroke()) { in updateCachedBoundaries()
DRenderSVGResource.cpp50 if (!svgStyle->hasStroke()) in requestPaintingResource()
DSVGResources.cpp268 if (style->hasStroke()) { in buildCachedResources()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h323 bool hasStroke() const { return strokePaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; } in hasStroke() function
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3125491 Added SVGRenderStyle::hasFill() and hasStroke() removed more KSVGPainterFactory methods.
25513 (WebCore::SVGRenderStyle::hasStroke):
DChangeLog57271 (WebCore::SVGRenderStyle::hasStroke):
DChangeLog-2010-01-299359 (WebCore::SVGRenderStyle::hasStroke):