OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extractType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp
59
static inline SVGLengthType
extractType
(unsigned int unit)
187
return
extractType
(m_unit);
202
return context.convertValueToUserUnits(m_valueInSpecifiedUnits, extractMode(m_unit),
extractType
(m_unit), exceptionState);
214
if (
extractType
(m_unit) == LengthTypePercentage)
217
float convertedValue = context.convertValueFromUserUnits(value, extractMode(m_unit),
extractType
(m_unit), exceptionState);
224
if (
extractType
(m_unit) == LengthTypePercentage)
270
return String::number(m_valueInSpecifiedUnits) + lengthTypeToString(
extractType
(m_unit));
/prebuilts/tools/common/netbeans-visual/
org-openide-util.jar
Completed in 25 milliseconds