Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalHeight

294             IntRect r = IntRect(box->x(), box->y(), box->logicalWidth(), box->logicalHeight());
310 r.setHeight(box->logicalHeight());
403 r.setHeight(box->logicalHeight());
406 r.setWidth(box->logicalHeight());
1323 int logicalHeight = lastTextBox()->logicalBottomVisualOverflow() - logicalTop;
1325 IntRect rect(logicalLeftSide, logicalTop, logicalWidth, logicalHeight);