HomeSort by relevance Sort by last modified time
    Searched full:ascentvalue (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/svg/
SVGFontFaceElement.cpp 223 const AtomicString& ascentValue = getAttribute(ascentAttr);
224 if (!ascentValue.isEmpty())
225 return static_cast<int>(ceilf(ascentValue.toFloat()));

Completed in 46 milliseconds