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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 30 #include "cc/CCLayerImpl.h"
63 CCLayerImpl::CCLayerImpl(LayerChromium* owner)
84 CCLayerImpl::~CCLayerImpl()
89 CCLayerImpl* CCLayerImpl::superlayer() const
91 return m_owner->superlayer() ? m_owner->superlayer()->ccLayerImpl() : 0;
94 CCLayerImpl* CCLayerImpl::maskLayer() cons
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ImageLayerChromium.cpp 37 #include "cc/CCLayerImpl.h"
101 TransformationMatrix transform = ccLayerImpl()->drawTransform();
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...]
ContentLayerChromium.cpp 37 #include "cc/CCLayerImpl.h"
121 TransformationMatrix transform = ccLayerImpl()->drawTransform();
188 m_tiler->draw(layerRect, transform, ccLayerImpl()->drawOpacity());
LayerChromium.h 55 class CCLayerImpl;
106 CCLayerImpl* maskDrawLayer() const { return m_maskLayer ? m_maskLayer->ccLayerImpl() : 0; }
175 // Everything from here down in the public section will move to CCLayerImpl.
176 CCLayerImpl* ccLayerImpl();
183 virtual void pushPropertiesTo(CCLayerImpl*);
185 // Begin calls that forward to the CCLayerImpl.
187 // End calls that forward to the CCLayerImpl.
219 // Constructs a CCLayerImpl of the correct runtime type for this LayerChromium type
    [all...]
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()

Completed in 31 milliseconds