Searched defs:CCVideoLayerImpl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCVideoLayerImpl.cpp30 #include "cc/CCVideoLayerImpl.h"
44 const float CCVideoLayerImpl::yuv2RGB[9] = {
56 const float CCVideoLayerImpl::yuvAdjust[3] = {
62 CCVideoLayerImpl::CCVideoLayerImpl(LayerChromium* owner) function in class:WebCore::CCVideoLayerImpl
67 CCVideoLayerImpl::~CCVideoLayerImpl()
72 void CCVideoLayerImpl::setTexture(size_t i, VideoLayerChromium::Texture texture)
78 void CCVideoLayerImpl::draw(const IntRect&)
104 void CCVideoLayerImpl
[all...]
H A DCCVideoLayerImpl.h39 class CCVideoLayerImpl : public CCLayerImpl { class in namespace:WebCore
41 static PassRefPtr<CCVideoLayerImpl> create(LayerChromium* owner)
43 return adoptRef(new CCVideoLayerImpl(owner));
45 virtual ~CCVideoLayerImpl();
59 explicit CCVideoLayerImpl(LayerChromium*);

Completed in 77 milliseconds