Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxAscent

365         int maxAscent = 0, maxDescent = 0;
392 maxAscent = max(maxAscent, ascent);
398 setHeight(max(yPos + maxAscent + maxDescent, height()));
461 childY += child->marginTop() + (maxAscent - ascent);