Searched refs:gRadicalWidth (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLRoot.cpp48 const float gRadicalWidth = 0.75f; member in namespace:WebCore
87 baseStyle->setPaddingLeft(Length(5 * gRadicalWidth , Percent));
128 int frontWidth = static_cast<int>(style()->fontSize() * gRadicalWidth);
225 int frontWidth = static_cast<int>(style()->fontSize() * gRadicalWidth);
H A DRenderMathMLSquareRoot.cpp47 const float gRadicalWidth = 0.75f; member in namespace:WebCore
98 int frontWidth = static_cast<int>(style()->fontSize() * gRadicalWidth);

Completed in 27 milliseconds