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

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 174 PicturePile m_foregroundLayerContent;
GraphicsLayerAndroid.cpp 720 m_foregroundLayerContent.invalidate(IntRect(0, 0, contentsRect.width(), contentsRect.height()));
726 (void) paintContext(m_foregroundLayer, m_foregroundLayerContent);
751 m_foregroundLayer->markAsDirty(m_foregroundLayerContent.dirtyRegion());
752 m_foregroundLayerContent.dirtyRegion().setEmpty();
872 m_foregroundLayerContent.invalidate(enclosingIntRect(rect));
    [all...]

Completed in 23 milliseconds