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

/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLUnderOver.cpp161 int overSpacing = static_cast<int>(gOverSpacingAdjustment * (getOffsetHeight(over) - toRenderBoxModelObject(over->firstChild())->baselinePosition(AlphabeticBaseline, true, HorizontalLine))); local
166 if (overSpacing > 0)
167 base->style()->setMarginTop(Length(-overSpacing, Fixed));
212 int overSpacing = static_cast<int>(gOverSpacingAdjustment * (getOffsetHeight(over) - toRenderBoxModelObject(over->firstChild())->baselinePosition(AlphabeticBaseline, true, HorizontalLine))); local
218 if (overSpacing > 0)
219 base->style()->setMarginTop(Length(-overSpacing, Fixed));

Completed in 354 milliseconds