OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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, const SVGLength& x, const SVGLength& y, const SVGLength& width, const SVGLength& height)
55
SVGLengthContext
lengthContext(context);
59
SVGLengthContext
lengthContext(context, viewport);
66
FloatPoint
SVGLengthContext
::resolvePoint(const SVGElement* context, SVGUnitTypes::SVGUnitType type, const SVGLength& x, const SVGLength& y)
70
SVGLengthContext
lengthContext(context)
[
all
...]
SVGLengthContext.h
52
class
SVGLengthContext
{
54
explicit
SVGLengthContext
(const SVGElement*);
59
return
SVGLengthContext
::resolveRectangle(context, type, viewport, context->xCurrentValue(), context->yCurrentValue(), context->widthCurrentValue(), context->heightCurrentValue());
72
SVGLengthContext
(const SVGElement*, const FloatRect& viewport);
Completed in 32 milliseconds