Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalWidth

329             IntRect r = IntRect(box->x(), box->y(), box->logicalWidth(), box->logicalHeight());
565 *extraWidthToEndOfLine = (box->root()->logicalWidth() + rootLeft) - (left + 1);
1379 int logicalWidth = logicalRightSide - logicalLeftSide;
1382 IntRect rect(logicalLeftSide, logicalTop, logicalWidth, logicalHeight);