Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalWidth

107     if (logicalWidth() - delta < ellipsisWidth)
120 ellipsisWidth - (markupBox ? markupBox->logicalWidth() : 0), logicalHeight(),
129 if (ltr && (logicalLeft() + logicalWidth() + ellipsisWidth) <= blockRightEdge) {
130 ellipsisBox->setLogicalLeft(logicalLeft() + logicalWidth());
131 return logicalWidth() + ellipsisWidth;