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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 73 bool Surface::tryUpdateSurface(Surface* oldSurface)
75 if (!needsTexture() || !oldSurface->needsTexture())
79 if (getFirstLayer()->uniqueId() != oldSurface->getFirstLayer()->uniqueId())
82 m_surfaceBacking = oldSurface->m_surfaceBacking;
86 this, m_surfaceBacking, oldSurface, oldSurface->needsTexture());
95 if (singleLayer() && oldSurface->singleLayer()) {
105 LayerContent* oldContent = oldSurface->getFirstLayer()->content();
110 fullInval = m_layers.size() != oldSurface->m_layers.size();
113 if ((m_layers[i]->uniqueId() != oldSurface->m_layers[i]->uniqueId()
    [all...]
Surface.h 49 bool tryUpdateSurface(Surface* oldSurface);
SurfaceCollection.cpp 180 Surface* oldSurface = drawingSurface->m_surfaces[j];
181 if (newSurface->tryUpdateSurface(oldSurface))
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayController.java 804 final Surface oldSurface = mAdvertisedDisplaySurface;
    [all...]

Completed in 1161 milliseconds