Searched refs:deltaRight (Results 1 – 2 of 2) sorted by relevance
397 int deltaRight = opaqueRect.fRight - rect.fRight; in markRectAsNonOpaque() local409 if (deltaLeft > deltaRight) in markRectAsNonOpaque()
1535 LayoutUnit deltaRight = newBounds.maxX() - oldBounds.maxX(); in repaintAfterLayoutIfNeeded() local1536 if (deltaRight > 0) in repaintAfterLayoutIfNeeded()1537 …repaintContainer, pixelSnappedIntRect(oldBounds.maxX(), newBounds.y(), deltaRight, newBounds.heigh… in repaintAfterLayoutIfNeeded()1538 else if (deltaRight < 0) in repaintAfterLayoutIfNeeded()1539 …epaintContainer, pixelSnappedIntRect(newBounds.maxX(), oldBounds.y(), -deltaRight, oldBounds.heigh… in repaintAfterLayoutIfNeeded()