Home | History | Annotate | Download | only in rendering

Lines Matching full:linetop

339     if (lastTextBox() && point.y() >= lastTextBox()->root()->lineTop() && point.x() >= lastTextBox()->m_x + lastTextBox()->m_width) {
348 if (point.y() >= box->root()->lineTop()) {
349 int bottom = box->root()->nextRootBox() ? box->root()->nextRootBox()->lineTop() : box->root()->lineBottom();
392 int height = box->root()->lineBottom() - box->root()->lineTop();
393 int top = box->root()->lineTop();