Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DOpaqueRegionSkia.cpp397 int deltaRight = opaqueRect.fRight - rect.fRight; in markRectAsNonOpaque() local
409 if (deltaLeft > deltaRight) in markRectAsNonOpaque()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1535 LayoutUnit deltaRight = newBounds.maxX() - oldBounds.maxX(); in repaintAfterLayoutIfNeeded() local
1536 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()