Home
last modified time | relevance | path

Searched refs:resolvePoint (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceLinearGradient.cpp48 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x1(), attr… in startPoint()
53 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x2(), attr… in endPoint()
DRenderSVGResourceRadialGradient.cpp49 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.cx(), attr… in centerPoint()
54 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.fx(), attr… in focalPoint()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.h64 …static FloatPoint resolvePoint(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength>…
DSVGLengthContext.cpp72 FloatPoint SVGLengthContext::resolvePoint(const SVGElement* context, SVGUnitTypes::SVGUnitType type… in resolvePoint() function in blink::SVGLengthContext