Home
last modified time | relevance | path

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

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