Home | History | Annotate | Download | only in rendering

Lines Matching refs:lineHeight

117                     || parentStyle->lineHeight() != childStyle->lineHeight()
134 || parentStyle->lineHeight() != childStyle->lineHeight()
454 // The computed lineheight needs to be extended for the
459 int lineHeight = curr->lineHeight();
461 if (maxAscent + maxDescent < lineHeight)
462 maxDescent = lineHeight - maxAscent;
465 if (maxAscent + maxDescent < lineHeight)
466 maxAscent = lineHeight - maxDescent;
605 curr->setLogicalTop(top + maxHeight - curr->lineHeight());