Searched refs:rightRect (Results 1 – 1 of 1) sorted by relevance
1290 …IntRect rightRect(newOutlineBox.x() + min(newOutlineBox.width(), oldOutlineBox.width()) - borderWi… in repaintAfterLayoutIfNeeded() local1295 if (rightRect.x() < right) { in repaintAfterLayoutIfNeeded()1296 rightRect.setWidth(min(rightRect.width(), right - rightRect.x())); in repaintAfterLayoutIfNeeded()1297 repaintUsingContainer(repaintContainer, rightRect); in repaintAfterLayoutIfNeeded()