Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalRight

487     if (pointLineDirection < box->logicalRight()) {
662 float rootRight = box->root().logicalRight();
1533 if (curr == firstTextBox() || curr->logicalRight() > logicalRightSide)
1534 logicalRightSide = curr->logicalRight();