Home
last modified time | relevance | path

Searched refs:resolveLength (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceRadialGradient.cpp59 return SVGLengthContext::resolveLength(element(), attributes.gradientUnits(), attributes.r()); in radius()
64 return SVGLengthContext::resolveLength(element(), attributes.gradientUnits(), attributes.fr()); in focalRadius()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.h65 static float resolveLength(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength>);
DSVGLengthContext.cpp87 float SVGLengthContext::resolveLength(const SVGElement* context, SVGUnitTypes::SVGUnitType type, Pa… in resolveLength() function in blink::SVGLengthContext