OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:descentvalue
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp
239
const AtomicString&
descentValue
= fastGetAttribute(descentAttr);
240
if (!
descentValue
.isEmpty()) {
244
int descent = static_cast<int>(ceilf(
descentValue
.toFloat()));
Completed in 140 milliseconds