Home | History | Annotate | Download | only in rendering

Lines Matching refs:descent

375                 int descent = (child->marginTop() + child->height() + child->marginBottom()) - ascent;
380 // Update our maximum descent.
381 maxDescent = max(maxDescent, descent);