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

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 173 PicturePile m_contentLayerContent;
GraphicsLayerAndroid.cpp 699 if (!paintContext(m_contentLayer, m_contentLayerContent))
789 mask->paintContext(mask->m_contentLayer, mask->m_contentLayerContent);
795 bool painting = paintContext(m_contentLayer, m_contentLayerContent);
816 m_contentLayer->markAsDirty(m_contentLayerContent.dirtyRegion());
817 m_contentLayerContent.dirtyRegion().setEmpty();
825 m_contentLayer->markAsDirty(m_contentLayerContent.dirtyRegion());
826 m_contentLayerContent.dirtyRegion().setEmpty();
870 m_contentLayerContent.invalidate(enclosingIntRect(rect));
    [all...]

Completed in 21 milliseconds