OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unitMode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.h
64
SVGLengthMode
unitMode
() const;
144
float fromValueInUserUnits = nonRelativeLengthContext.convertValueToUserUnits(from.valueInSpecifiedUnits(), from.
unitMode
(), fromType, exceptionState);
148
float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits,
unitMode
(), toType, exceptionState);
SVGLength.cpp
190
SVGLengthMode SVGLength::
unitMode
() const
Completed in 25 milliseconds