Home | History | Annotate | Download | only in rendering

Lines Matching refs:startOff

1804         int startOff = style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(logicalHeight(), false) : totalAvailableLogicalWidth - logicalRightOffsetForLine(logicalHeight(), false);
1807 startOff += childMarginStart;
1808 newPosition = max(newPosition, startOff); // Let the float sit in the child's margin if it can fit.
1809 } else if (startOff != startPosition) {
1812 // width computation will take into account the delta between |startOff| and |startPosition|
1816 newPosition = startOff + marginStartForChild(child);