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

  /external/webkit/Source/WebCore/platform/graphics/android/
VideoLayerAndroid.h 49 class VideoLayerAndroid : public LayerAndroid {
52 VideoLayerAndroid();
53 explicit VideoLayerAndroid(const VideoLayerAndroid& layer);
56 virtual LayerAndroid* copy() const { return new VideoLayerAndroid(*this); }
VideoLayerAndroid.cpp 27 #include "VideoLayerAndroid.h"
41 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "VideoLayerAndroid", __VA_ARGS__)
52 GLuint VideoLayerAndroid::m_spinnerOuterTextureId = 0;
53 GLuint VideoLayerAndroid::m_spinnerInnerTextureId = 0;
54 GLuint VideoLayerAndroid::m_posterTextureId = 0;
55 GLuint VideoLayerAndroid::m_backgroundTextureId = 0;
56 bool VideoLayerAndroid::m_createdTexture = false;
58 double VideoLayerAndroid::m_rotateDegree = 0;
60 const IntRect VideoLayerAndroid::buttonRect(0, 0, IMAGESIZE, IMAGESIZE);
62 VideoLayerAndroid::VideoLayerAndroid(
    [all...]

Completed in 282 milliseconds