HomeSort by relevance Sort by last modified time
    Searched defs:localPaintInvalidationRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/paint/
GridPainter.cpp 44 LayoutRect localPaintInvalidationRect = paintInfo.rect;
45 localPaintInvalidationRect.moveBy(-paintOffset);
47 GridSpan dirtiedColumns = dirtiedGridAreas(m_renderGrid.columnPositions(), localPaintInvalidationRect.x(), localPaintInvalidationRect.maxX());
48 GridSpan dirtiedRows = dirtiedGridAreas(m_renderGrid.rowPositions(), localPaintInvalidationRect.y(), localPaintInvalidationRect.maxY());
61 if ((*it)->frameRect().intersects(localPaintInvalidationRect))
TableSectionPainter.cpp 62 LayoutRect localPaintInvalidationRect = paintInfo.rect;
63 localPaintInvalidationRect.moveBy(-paintOffset);
65 LayoutRect tableAlignedRect = m_renderTableSection.logicalRectForWritingModeAndDirection(localPaintInvalidationRect);

Completed in 65 milliseconds