Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurface.h58 bool canUpdateWithBlit();
DSurface.cpp307 bool Surface::canUpdateWithBlit() in canUpdateWithBlit() function in WebCore::Surface
324 return getFirstLayer()->canUpdateWithBlit(); in canUpdateWithBlit()
DSurfaceCollection.cpp92 tryToFastBlit &= m_surfaces[i]->canUpdateWithBlit(); in prepareGL()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h191 bool canUpdateWithBlit();
DLayerAndroid.cpp534 bool LayerAndroid::canUpdateWithBlit() in canUpdateWithBlit() function in WebCore::LayerAndroid