Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalRight

490     if (lastTextBox() && pointBlockDirection >= lastTextBox()->root()->selectionTop() && pointLineDirection >= lastTextBox()->logicalRight()) {
512 if (pointLineDirection < box->logicalRight())
560 float rootRight = box->root()->logicalRight();
573 rightEdge = cb->logicalRight();
576 rightEdge = max(static_cast<float>(cb->logicalRight()), rootRight);
1349 if (curr == firstTextBox() || curr->logicalRight() > logicalRightSide)
1350 logicalRightSide = curr->logicalRight();