HomeSort by relevance Sort by last modified time
    Searched defs:SVGLengthContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp 24 #include "core/svg/SVGLengthContext.h"
40 SVGLengthContext::SVGLengthContext(const SVGElement* context)
45 SVGLengthContext::SVGLengthContext(const SVGElement* context, const FloatRect& viewport)
51 FloatRect SVGLengthContext::resolveRectangle(const SVGElement* context, SVGUnitTypes::SVGUnitType type, const FloatRect& viewport, PassRefPtr<SVGLength> passX, PassRefPtr<SVGLength> passY, PassRefPtr<SVGLength> passWidth, PassRefPtr<SVGLength> passHeight)
60 SVGLengthContext lengthContext(context);
64 SVGLengthContext lengthContext(context, viewport);
72 FloatPoint SVGLengthContext::resolvePoint(const SVGElement* context, SVGUnitTypes::SVGUnitType type, PassRefPtr<SVGLength> passX, PassRefPtr<SVGLength> passY)
79 SVGLengthContext lengthContext(context)
    [all...]
SVGLengthContext.h 52 class SVGLengthContext {
55 explicit SVGLengthContext(const SVGElement*);
60 return SVGLengthContext::resolveRectangle(context, type, viewport, context->x()->currentValue(), context->y()->currentValue(), context->width()->currentValue(), context->height()->currentValue());
73 SVGLengthContext(const SVGElement*, const FloatRect& viewport);

Completed in 77 milliseconds