Home
last modified time | relevance | path

Searched refs:deltaRight (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp1256 int deltaRight = newBounds.maxX() - oldBounds.maxX(); in repaintAfterLayoutIfNeeded() local
1257 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()