Home | History | Annotate | Download | only in rendering

Lines Matching refs:totalLogicalWidth

1041         int totalLogicalWidth;
1045 totalLogicalWidth = logicalOffsetOnLine;
1047 totalLogicalWidth += curr->logicalWidth();
1051 totalLogicalWidth = logicalOffsetOnLine;
1053 totalLogicalWidth += curr->logicalWidth();
1057 int stripWidth = isHorizontal() ? totalLogicalWidth : width();
1058 int stripHeight = isHorizontal() ? height() : totalLogicalWidth;
1143 int totalLogicalWidth = logicalOffsetOnLine;
1145 totalLogicalWidth += curr->logicalWidth();
1148 int stripWidth = isHorizontal() ? totalLogicalWidth : w;
1149 int stripHeight = isHorizontal() ? h : totalLogicalWidth;
1223 int totalLogicalWidth = logicalOffsetOnLine;
1225 totalLogicalWidth += curr->logicalWidth();
1228 int stripWidth = isHorizontal() ? totalLogicalWidth : w;
1229 int stripHeight = isHorizontal() ? h : totalLogicalWidth;