Searched refs:rightRect (Results 1 – 1 of 1) sorted by relevance
1571 …LayoutRect rightRect(newOutlineBox.x() + min(newOutlineBox.width(), oldOutlineBox.width()) - decor… in repaintAfterLayoutIfNeeded() local1576 if (rightRect.x() < right) { in repaintAfterLayoutIfNeeded()1577 rightRect.setWidth(min(rightRect.width(), right - rightRect.x())); in repaintAfterLayoutIfNeeded()1578 repaintUsingContainer(repaintContainer, pixelSnappedIntRect(rightRect)); in repaintAfterLayoutIfNeeded()