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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 263 if (!rootDrawLayer->renderSurface())
265 ASSERT(rootDrawLayer->renderSurface());
267 rootDrawLayer->renderSurface()->m_contentRect = IntRect(IntPoint(0, 0), m_viewportVisibleRect.size());
274 m_defaultRenderSurface = rootDrawLayer->renderSurface();
336 RenderSurfaceChromium* renderSurface = renderSurfaceLayer->renderSurface();
337 ASSERT(renderSurface);
341 if (!renderSurface->m_layerList.size())
344 LayerList& layerList = renderSurface->m_layerList;
351 if (ccLayerImpl->renderSurface() && ccLayerImpl->renderSurface() != renderSurface
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 154 if (renderSurface())
155 renderSurface()->cleanupResources();
CCLayerImpl.h 117 RenderSurfaceChromium* renderSurface() const { return m_renderSurface.get(); }

Completed in 789 milliseconds