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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaLayer.cpp 33 m_mediaTexture = new MediaTexture(webViewRef, webViewCoreRef);
34 m_mediaTexture->incStrong(this);
43 m_mediaTexture = layer.m_mediaTexture;
44 m_mediaTexture->incStrong(this);
54 m_mediaTexture->decStrong(this);
71 m_mediaTexture->initNativeWindowIfNeeded();
76 if (!m_mediaTexture->isContentInverted()) {
82 m_mediaTexture->draw(m, m_drawTransform, mediaBounds);
88 return m_mediaTexture->getNativeWindowForContent()
    [all...]
MediaLayer.h 47 void invertContents(bool invert) { m_mediaTexture->invertContents(invert); }
64 MediaTexture* m_mediaTexture;

Completed in 145 milliseconds