HomeSort by relevance Sort by last modified time
    Searched refs:m_repaintRect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.h 68 const LayoutRect& repaintRect() const { return m_repaintRect; }
73 LayoutRect m_repaintRect;
FilterEffectRenderer.cpp 365 m_repaintRect = dirtyRect;
391 m_repaintRect = filterSourceRect;
393 m_repaintRect.unite(layerRepaintRect);
394 m_repaintRect.intersect(filterSourceRect);
419 // m_repaintRect?
422 sourceGraphicsContext->clearRect(m_repaintRect);
423 sourceGraphicsContext->clip(m_repaintRect);
RenderLayer.h 690 LayoutRect repaintRect() const { return m_repaintRect; }
    [all...]
RenderLayer.cpp 371 LayoutRect oldRepaintRect = m_repaintRect;
381 if (m_repaintRect != oldRepaintRect)
382 renderer()->repaintUsingContainer(repaintContainer, pixelSnappedIntRect(m_repaintRect));
384 renderer()->repaintAfterLayoutIfNeeded(repaintContainer, oldRepaintRect, oldOutlineBox, &m_repaintRect, &m_outlineBox);
427 LayoutRect repaintRect = m_repaintRect;
673 m_repaintRect = renderer()->clippedOverflowRectForRepaint(repaintContainer);
694 m_repaintRect = IntRect();
753 // ASSERT(m_repaintRect == renderer()->clippedOverflowRectForRepaint(renderer()->containerForRepaint()));
    [all...]

Completed in 224 milliseconds