Searched defs:topStartShift (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSquareRoot.cpp99 int topStartShift = 0; local
107 topStartShift = static_cast<int>(gRadicalBottomPointXPos * frontWidth * shift);
110 width += topStartShift;
112 FloatPoint topStart(tx + frontWidth - topStartShift, ty);
H A DRenderMathMLRoot.cpp129 int topStartShift = 0; local
137 topStartShift = static_cast<int>(gRadicalBottomPointXPos * frontWidth * shift);
140 width += topStartShift;
146 FloatPoint topStart(start - topStartShift, ty);
219 int topStartShift = 0; local
226 topStartShift = static_cast<int>(gRadicalBottomPointXPos * frontWidth * shift);
239 int indexShift = indexBox->offsetWidth() + topStartShift;

Completed in 49 milliseconds