Home | History | Annotate | Download | only in mathml

Lines Matching refs:maxHeight

112     int maxHeight = indexBox->offsetHeight();
114 if (!maxHeight)
115 maxHeight = style()->fontSize();
133 if (maxHeight > thresholdHeight && thresholdHeight) {
134 float shift = (maxHeight - thresholdHeight) / static_cast<float>(thresholdHeight);
147 FloatPoint bottomLeft(start - gRadicalBottomPointXPos * frontWidth , ty + maxHeight + gRadicalBasePad);
148 FloatPoint topLeft(start - gRadicalTopLeftPointXPos * frontWidth , ty + gRadicalTopLeftPointYPos * maxHeight);
208 int maxHeight = toRenderBoxModelObject(lastChild())->offsetHeight();
214 if (!maxHeight)
215 maxHeight = style()->fontSize();
221 if (maxHeight > thresholdHeight && thresholdHeight) {
222 float shift = (maxHeight - thresholdHeight) / static_cast<float>(thresholdHeight);
240 int radicalHeight = static_cast<int>((1 - gRadicalTopLeftPointYPos) * maxHeight);
241 int rootMarginTop = radicalHeight + style()->paddingBottom().value() + indexBox->offsetHeight() - (maxHeight + static_cast<int>(gRootPadding * style()->fontSize()));