Home
last modified time | relevance | path

Searched refs:mergeInvalsInto (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceCollection.cpp192 void SurfaceCollection::mergeInvalsInto(SurfaceCollection* replacementSurface) in mergeInvalsInto() function in WebCore::SurfaceCollection
194 m_compositedRoot->mergeInvalsInto(replacementSurface->m_compositedRoot); in mergeInvalsInto()
DSurfaceCollection.h64 void mergeInvalsInto(SurfaceCollection* replacementSurfaceCollection);
DSurfaceCollectionManager.cpp157 m_queuedCollection->mergeInvalsInto(newCollection); in updateWithSurfaceCollection()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h271 void mergeInvalsInto(LayerAndroid* replacementTree);
DLayerAndroid.cpp627 void LayerAndroid::mergeInvalsInto(LayerAndroid* replacementTree) in mergeInvalsInto() function in WebCore::LayerAndroid
631 this->getChild(i)->mergeInvalsInto(replacementTree); in mergeInvalsInto()