Home | History | Annotate | Download | only in rendering

Lines Matching refs:oldOutlineBox

1424 bool RenderObject::repaintAfterLayoutIfNeeded(const RenderLayerModelObject* repaintContainer, const LayoutRect& oldBounds, const LayoutRect& oldOutlineBox, const LayoutRect* newBoundsPtr, const LayoutRect* newOutlineBoxRectPtr)
1450 if (newOutlineBox.location() != oldOutlineBox.location() || (mustRepaintBackgroundOrBorder() && (newBounds != oldBounds || newOutlineBox != oldOutlineBox)))
1464 if (newBounds == oldBounds && newOutlineBox == oldOutlineBox)
1491 if (newOutlineBox == oldOutlineBox)
1499 LayoutUnit width = absoluteValue(newOutlineBox.width() - oldOutlineBox.width());
1509 LayoutRect rightRect(newOutlineBox.x() + min(newOutlineBox.width(), oldOutlineBox.width()) - decorationsWidth,
1512 max(newOutlineBox.height(), oldOutlineBox.height()));
1519 LayoutUnit height = absoluteValue(newOutlineBox.height() - oldOutlineBox.height());
1530 min(newOutlineBox.maxY(), oldOutlineBox.maxY()) - decorationsHeight,
1531 max(newOutlineBox.width(), oldOutlineBox.width()),