Searched refs:deltaLeft (Results 1 – 2 of 2) sorted by relevance
396 int deltaLeft = rect.fLeft - opaqueRect.fLeft; in markRectAsNonOpaque() local409 if (deltaLeft > deltaRight) in markRectAsNonOpaque()
1529 LayoutUnit deltaLeft = newBounds.x() - oldBounds.x(); in repaintAfterLayoutIfNeeded() local1530 if (deltaLeft > 0) in repaintAfterLayoutIfNeeded()1531 …ner(repaintContainer, pixelSnappedIntRect(oldBounds.x(), oldBounds.y(), deltaLeft, oldBounds.heigh… in repaintAfterLayoutIfNeeded()1532 else if (deltaLeft < 0) in repaintAfterLayoutIfNeeded()1533 …er(repaintContainer, pixelSnappedIntRect(newBounds.x(), newBounds.y(), -deltaLeft, newBounds.heigh… in repaintAfterLayoutIfNeeded()