OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ascentvalue
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp
220
const AtomicString&
ascentValue
= fastGetAttribute(ascentAttr);
221
if (!
ascentValue
.isEmpty())
222
return static_cast<int>(ceilf(
ascentValue
.toFloat()));
Completed in 401 milliseconds