Home | History | Annotate | Download | only in rendering

Lines Matching defs:maxDescent

234     int maxDescent = 0;
243 computeLogicalBoxHeights(this, maxPositionTop, maxPositionBottom, maxAscent, maxDescent, setMaxAscent, setMaxDescent, noQuirksMode,
246 if (maxAscent + maxDescent < max(maxPositionTop, maxPositionBottom))
247 adjustMaxAscentAndDescent(maxAscent, maxDescent, maxPositionTop, maxPositionBottom);
249 int maxHeight = maxAscent + maxDescent;
629 // the root box's baseline, then we contribute to the maxDescent value.