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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.cpp 37 #include "cc/CCLayerImpl.h"
294 void LayerChromium::pushPropertiesTo(CCLayerImpl* layer)
390 PassRefPtr<CCLayerImpl> LayerChromium::createCCLayerImpl()
392 return CCLayerImpl::create(this);
401 CCLayerImpl* LayerChromium::ccLayerImpl()
LayerRendererChromium.cpp 49 #include "cc/CCLayerImpl.h"
91 bool LayerRendererChromium::compareLayerZ(const RefPtr<CCLayerImpl>& a, const RefPtr<CCLayerImpl>& b)
261 CCLayerImpl* rootDrawLayer = m_rootLayer->ccLayerImpl();
335 CCLayerImpl* renderSurfaceLayer = renderSurfaceLayerList[surfaceIndex].get();
347 CCLayerImpl* ccLayerImpl = layerList[layerIndex].get();
351 if (ccLayerImpl->renderSurface() && ccLayerImpl->renderSurface() != renderSurface
    [all...]

Completed in 114 milliseconds