resolvePoint 48 Source/core/rendering/svg/RenderSVGResourceLinearGradient.cpp return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x1(), attributes.y1()); resolvePoint 53 Source/core/rendering/svg/RenderSVGResourceLinearGradient.cpp return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x2(), attributes.y2()); resolvePoint 49 Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.cx(), attributes.cy()); resolvePoint 54 Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.fx(), attributes.fy()); resolvePoint 63 Source/core/svg/SVGLengthContext.h static FloatPoint resolvePoint(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength> x, PassRefPtr<SVGLength> y);