Home | History | Annotate | Download | only in mathml

Lines Matching refs:maxHeight

79     int maxHeight = 0;
88 if (box->offsetHeight() > maxHeight)
89 maxHeight = box->offsetHeight();
95 if (!maxHeight)
96 maxHeight = style()->fontSize();
103 if (maxHeight > thresholdHeight && thresholdHeight) {
104 float shift = (maxHeight - thresholdHeight) / static_cast<float>(thresholdHeight);
113 FloatPoint bottomLeft(tx + frontWidth * gRadicalBottomPointXPos , ty + maxHeight + gRadicalBasePad);
114 FloatPoint topLeft(tx + frontWidth * gRadicalTopLeftPointXPos , ty + gRadicalTopLeftPointYPos * maxHeight);
168 int maxHeight = 0;
175 if (box->offsetHeight() > maxHeight)
176 maxHeight = box->offsetHeight();
183 if (!maxHeight)
184 maxHeight = style()->fontSize();
187 if (maxHeight > static_cast<int>(gThresholdBaseHeight * style()->fontSize()))