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

  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 47 m_pendingContent.needsDisplayRect = IntRect();
73 m_pendingContent.needsDisplayRect.unite(IntRect(rect));
TextureMapperNode.h 91 IntRect needsDisplayRect;
TextureMapperNode.cpp 443 || (!m_currentContent.needsDisplay && m_currentContent.needsDisplayRect.isEmpty() && !needsReset))
448 dirtyRect.intersect(m_currentContent.needsDisplayRect);
744 if (changeMask == NoChanges && pendingContent.needsDisplayRect.isEmpty() && !pendingContent.needsDisplay)
840 m_currentContent.needsDisplayRect.unite(pendingContent.needsDisplayRect);
862 m_currentContent.needsDisplayRect = IntRect();

Completed in 89 milliseconds