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

/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSubSup.cpp123 int topAdjust = topHeight / gTopAdjustDivisor; local
124 top->style()->setMarginTop(Length(-topAdjust, Fixed));
125 top->style()->setMarginBottom(Length(height - topHeight + topAdjust, Fixed));
191 int topAdjust = (m_scripts->offsetHeight() - box->offsetHeight()) / 2; local
196 return topAdjust + box->baselinePosition(AlphabeticBaseline, firstLine, direction, linePositionMode) + static_cast<int>((zoomFactor > 1.25 ? 2 : 3) * zoomFactor);

Completed in 603 milliseconds