Searched refs:hasStroke (Results 1 – 9 of 9) sorted by relevance
196 bool hasStroke = svgStyle->hasStroke(); in paintSelectionBackground() local207 if (!hasStroke) in paintSelectionBackground()208 hasStroke = svgSelectionStyle->hasStroke(); in paintSelectionBackground()276 bool hasStroke = svgStyle->hasStroke(); in paint() local287 if (!hasStroke) in paint()288 hasStroke = svgSelectionStyle->hasStroke(); in paint()318 if (hasStroke) { in paint()512 bool hasDecorationStroke = svgDecorationStyle->hasStroke(); in paintDecoration()
190 if ((hitRules.canHitStroke && (style()->svgStyle()->hasStroke() || !hitRules.requireStroke)) in nodeAtFloatPoint()253 if (!svgStyle->hasStroke()) in strokeBoundingBox()
270 …if ((hitRules.canHitStroke && (svgStyle->hasStroke() || !hitRules.requireStroke) && strokeContains… in nodeAtFloatPoint()322 if (svgStyle->hasStroke()) { in updateCachedBoundaries()
50 if (!svgStyle->hasStroke()) in requestPaintingResource()
268 if (style->hasStroke()) { in buildCachedResources()
323 bool hasStroke() const { return strokePaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; } in hasStroke() function
25491 Added SVGRenderStyle::hasFill() and hasStroke() removed more KSVGPainterFactory methods.25513 (WebCore::SVGRenderStyle::hasStroke):
57271 (WebCore::SVGRenderStyle::hasStroke):
9359 (WebCore::SVGRenderStyle::hasStroke):