OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resolveRectangle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp
50
FloatRect SVGLengthContext::
resolveRectangle
(const SVGElement* context, SVGUnitTypes::SVGUnitType type, const FloatRect& viewport, const SVGLength& x, const SVGLength& y, const SVGLength& width, const SVGLength& height)
SVGLengthContext.h
57
static FloatRect
resolveRectangle
(const T* context, SVGUnitTypes::SVGUnitType type, const FloatRect& viewport)
59
return SVGLengthContext::
resolveRectangle
(context, type, viewport, context->xCurrentValue(), context->yCurrentValue(), context->widthCurrentValue(), context->heightCurrentValue());
62
static FloatRect
resolveRectangle
(const SVGElement*, SVGUnitTypes::SVGUnitType, const FloatRect& viewport, const SVGLength& x, const SVGLength& y, const SVGLength& width, const SVGLength& height);
Completed in 182 milliseconds