Home
last modified time | relevance | path

Searched defs:frontWidth (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLRoot.cpp128 int frontWidth = static_cast<int>(style()->fontSize() * gRadicalWidth); in paint() local
225 int frontWidth = static_cast<int>(style()->fontSize() * gRadicalWidth); in layout() local
DRenderMathMLSquareRoot.cpp98 int frontWidth = static_cast<int>(style()->fontSize() * gRadicalWidth); in paint() local