Searched refs:resolvePoint (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourceLinearGradient.cpp | 48 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x1(), attr… in startPoint() 53 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x2(), attr… in endPoint()
|
D | RenderSVGResourceRadialGradient.cpp | 49 …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/ |
D | SVGLengthContext.h | 64 …static FloatPoint resolvePoint(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength>…
|
D | SVGLengthContext.cpp | 72 FloatPoint SVGLengthContext::resolvePoint(const SVGElement* context, SVGUnitTypes::SVGUnitType type… in resolvePoint() function in blink::SVGLengthContext
|