Searched refs:deltaRight (Results 1 – 1 of 1) sorted by relevance
1256 int deltaRight = newBounds.maxX() - oldBounds.maxX(); in repaintAfterLayoutIfNeeded() local1257 if (deltaRight > 0) in repaintAfterLayoutIfNeeded()1258 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.maxX(), newBounds.y(), deltaRight, newBo… in repaintAfterLayoutIfNeeded()1259 else if (deltaRight < 0) in repaintAfterLayoutIfNeeded()1260 …gContainer(repaintContainer, IntRect(newBounds.maxX(), oldBounds.y(), -deltaRight, oldBounds.heigh… in repaintAfterLayoutIfNeeded()