Home | History | Annotate | Download | only in rendering

Lines Matching refs:startOff

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