Home | History | Annotate | Download | only in rendering

Lines Matching defs:maxAscent

351         int maxAscent = 0, maxDescent = 0;
378 maxAscent = max(maxAscent, ascent);
384 setHeight(max(yPos + maxAscent + maxDescent, height()));
442 childY += child->marginTop() + (maxAscent - ascent);