Lines Matching full:delta
900 int delta = height() - endLineYPos;
903 if (delta) {
904 repaintTop = min(repaintTop, line->topVisibleOverflow() + min(delta, 0));
905 repaintBottom = max(repaintBottom, line->bottomVisibleOverflow() + max(delta, 0));
906 line->adjustPosition(0, delta);
913 setHeight(floatTop + delta);
1143 int delta = height() - endYPos;
1144 if (!delta || !m_floatingObjects)
1154 int bottom = lastLine->blockHeight() + abs(delta);
1179 int delta = height() - endYPos;
1180 if (delta && m_floatingObjects) {
1188 int bottom = lastLine->blockHeight() + abs(delta);