Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalRight

225     if (r.x() > logicalRight())
227 else if (r.maxX() > logicalRight())
228 logicalWidth = logicalRight() - r.x();
281 bool ltrEllipsisWithinBox = flowIsLTR && (ellipsisX < logicalRight());
293 ellipsisX = ltr ? logicalLeft() + visibleBoxWidth : logicalRight() - visibleBoxWidth;
321 return logicalRight() - widthOfVisibleText - ellipsisWidth;