OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertValueToUserUnits
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.h
66
float
convertValueToUserUnits
(float, SVGLengthMode, SVGLengthType fromUnit, ExceptionState&) const;
SVGLength.h
144
float fromValueInUserUnits = nonRelativeLengthContext.
convertValueToUserUnits
(from.valueInSpecifiedUnits(), from.unitMode(), fromType, exceptionState);
SVGLengthContext.cpp
89
float SVGLengthContext::
convertValueToUserUnits
(float value, SVGLengthMode mode, SVGLengthType fromUnit, ExceptionState& exceptionState) const
SVGLength.cpp
202
return context.
convertValueToUserUnits
(m_valueInSpecifiedUnits, extractMode(m_unit), extractType(m_unit), exceptionState);
Completed in 28 milliseconds