strokeWidth 402 Source/core/animation/css/CSSAnimatableValueFactory.cpp return AnimatableSVGLength::create(style.strokeWidth()); strokeWidth 224 Source/core/animation/css/CSSPropertyEquality.cpp return ptrsOrValuesEqual<PassRefPtr<SVGLength> >(a.strokeWidth(), b.strokeWidth()); strokeWidth 188 Source/core/css/SVGCSSComputedStyleDeclaration.cpp return SVGLength::toCSSPrimitiveValue(svgStyle->strokeWidth()); strokeWidth 610 Source/core/rendering/InlineTextBox.cpp float strokeWidth = pseudoStyle->textStrokeWidth(); strokeWidth 611 Source/core/rendering/InlineTextBox.cpp if (strokeWidth != selectionStrokeWidth) { strokeWidth 614 Source/core/rendering/InlineTextBox.cpp selectionStrokeWidth = strokeWidth; strokeWidth 1405 Source/core/rendering/style/RenderStyle.h PassRefPtr<SVGLength> strokeWidth() const { return svgStyle()->strokeWidth(); } strokeWidth 331 Source/core/rendering/style/SVGRenderStyle.h PassRefPtr<SVGLength> strokeWidth() const { return stroke->width; } strokeWidth 363 Source/core/rendering/style/SVGRenderStyle.h bool hasVisibleStroke() const { return hasStroke() && !strokeWidth()->isZero(); } strokeWidth 73 Source/core/rendering/svg/RenderSVGEllipse.cpp m_strokeBoundingBox.inflate(strokeWidth() / 2); strokeWidth 126 Source/core/rendering/svg/RenderSVGEllipse.cpp float halfStrokeWidth = strokeWidth() / 2; strokeWidth 60 Source/core/rendering/svg/RenderSVGPath.cpp float strokeWidth = this->strokeWidth(); strokeWidth 62 Source/core/rendering/svg/RenderSVGPath.cpp strokeBoundingBox.unite(zeroLengthSubpathRect(m_zeroLengthLinecapLocations[i], strokeWidth)); strokeWidth 112 Source/core/rendering/svg/RenderSVGPath.cpp float strokeWidth = this->strokeWidth(); strokeWidth 114 Source/core/rendering/svg/RenderSVGPath.cpp if (zeroLengthSubpathRect(m_zeroLengthLinecapLocations[i], strokeWidth).contains(point)) strokeWidth 119 Source/core/rendering/svg/RenderSVGPath.cpp if (radiusVector.lengthSquared() < strokeWidth * strokeWidth * .25f) strokeWidth 139 Source/core/rendering/svg/RenderSVGPath.cpp tempPath.addRect(zeroLengthSubpathRect(linecapPosition, this->strokeWidth())); strokeWidth 141 Source/core/rendering/svg/RenderSVGPath.cpp tempPath.addEllipse(zeroLengthSubpathRect(linecapPosition, this->strokeWidth())); strokeWidth 146 Source/core/rendering/svg/RenderSVGPath.cpp FloatRect RenderSVGPath::zeroLengthSubpathRect(const FloatPoint& linecapPosition, float strokeWidth) const strokeWidth 148 Source/core/rendering/svg/RenderSVGPath.cpp return FloatRect(linecapPosition.x() - strokeWidth / 2, linecapPosition.y() - strokeWidth / 2, strokeWidth, strokeWidth); strokeWidth 155 Source/core/rendering/svg/RenderSVGPath.cpp if (!strokeWidth() || !shouldStrokeZeroLengthSubpath()) strokeWidth 79 Source/core/rendering/svg/RenderSVGRect.cpp float strokeWidth = this->strokeWidth(); strokeWidth 80 Source/core/rendering/svg/RenderSVGRect.cpp m_innerStrokeRect.inflate(-strokeWidth / 2); strokeWidth 81 Source/core/rendering/svg/RenderSVGRect.cpp m_outerStrokeRect.inflate(strokeWidth / 2); strokeWidth 107 Source/core/rendering/svg/RenderSVGRect.cpp context->strokeRect(m_fillBoundingBox, strokeWidth()); strokeWidth 119 Source/core/rendering/svg/RenderSVGResourceMarker.cpp AffineTransform RenderSVGResourceMarker::markerTransformation(const FloatPoint& origin, float autoAngle, float strokeWidth) const strokeWidth 130 Source/core/rendering/svg/RenderSVGResourceMarker.cpp transform = markerContentTransformation(transform, referencePoint(), useStrokeWidth ? strokeWidth : -1); strokeWidth 153 Source/core/rendering/svg/RenderSVGResourceMarker.cpp AffineTransform RenderSVGResourceMarker::markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth) const strokeWidth 159 Source/core/rendering/svg/RenderSVGResourceMarker.cpp if (strokeWidth != -1) strokeWidth 160 Source/core/rendering/svg/RenderSVGResourceMarker.cpp transformation.scaleNonUniform(strokeWidth, strokeWidth); strokeWidth 54 Source/core/rendering/svg/RenderSVGResourceMarker.h AffineTransform markerTransformation(const FloatPoint& origin, float angle, float strokeWidth) const; strokeWidth 68 Source/core/rendering/svg/RenderSVGResourceMarker.h AffineTransform markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth = -1) const; strokeWidth 357 Source/core/rendering/svg/RenderSVGShape.cpp FloatRect RenderSVGShape::markerRect(float strokeWidth) const strokeWidth 373 Source/core/rendering/svg/RenderSVGShape.cpp boundaries.unite(marker->markerBoundaries(marker->markerTransformation(m_markerPositions[i].origin, m_markerPositions[i].angle, strokeWidth))); strokeWidth 405 Source/core/rendering/svg/RenderSVGShape.cpp strokeBoundingBox.unite(markerRect(strokeWidth())); strokeWidth 413 Source/core/rendering/svg/RenderSVGShape.cpp if (strokeWidth() < 1.0f && !m_repaintBoundingBox.isEmpty()) strokeWidth 421 Source/core/rendering/svg/RenderSVGShape.cpp return style()->svgStyle()->strokeWidth()->value(lengthContext); strokeWidth 447 Source/core/rendering/svg/RenderSVGShape.cpp float strokeWidth = this->strokeWidth(); strokeWidth 451 Source/core/rendering/svg/RenderSVGShape.cpp marker->draw(paintInfo, marker->markerTransformation(m_markerPositions[i].origin, m_markerPositions[i].angle, strokeWidth)); strokeWidth 71 Source/core/rendering/svg/RenderSVGShape.h float strokeWidth() const; strokeWidth 109 Source/core/rendering/svg/RenderSVGShape.h FloatRect markerRect(float strokeWidth) const; strokeWidth 501 Source/core/rendering/svg/RenderSVGText.cpp strokeBoundaries.inflate(svgStyle->strokeWidth()->value(lengthContext)); strokeWidth 352 Source/core/rendering/svg/SVGRenderSupport.cpp context->setStrokeThickness(svgStyle->strokeWidth()->value(lengthContext)); strokeWidth 382 Source/core/rendering/svg/SVGRenderSupport.cpp strokeData->setThickness(svgStyle->strokeWidth()->value(lengthContext)); strokeWidth 291 Source/core/rendering/svg/SVGRenderTreeAsText.cpp double strokeWidth = svgStyle->strokeWidth()->value(lengthContext); strokeWidth 301 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "stroke width", strokeWidth, 1.0); strokeWidth 1683 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, StrokeStyle penStyle) strokeWidth 1691 Source/platform/graphics/GraphicsContext.cpp p1.setY(p1.y() + strokeWidth); strokeWidth 1692 Source/platform/graphics/GraphicsContext.cpp p2.setY(p2.y() - strokeWidth); strokeWidth 1694 Source/platform/graphics/GraphicsContext.cpp p1.setX(p1.x() + strokeWidth); strokeWidth 1695 Source/platform/graphics/GraphicsContext.cpp p2.setX(p2.x() - strokeWidth); strokeWidth 1699 Source/platform/graphics/GraphicsContext.cpp if (static_cast<int>(strokeWidth) % 2) { //odd strokeWidth 381 Source/platform/graphics/GraphicsContext.h static void adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, StrokeStyle);