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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.h 40 class BaseLayerAndroid;
47 SurfaceCollection(BaseLayerAndroid* compositedRoot);
76 BaseLayerAndroid* const m_compositedRoot;
SurfaceCollection.cpp 33 #include "BaseLayerAndroid.h"
47 SurfaceCollection::SurfaceCollection(BaseLayerAndroid* layer)
133 return static_cast<BaseLayerAndroid*>(m_compositedRoot)->getBackgroundColor();
Surface.cpp 33 #include "BaseLayerAndroid.h"
162 m_background = static_cast<BaseLayerAndroid*>(layer)->getBackgroundColor();
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.h 39 class BaseLayerAndroid : public LayerAndroid {
41 BaseLayerAndroid(LayerContent* content);
BaseLayerAndroid.cpp 26 #define LOG_TAG "BaseLayerAndroid"
30 #include "BaseLayerAndroid.h"
49 BaseLayerAndroid::BaseLayerAndroid(LayerContent* content)
61 void BaseLayerAndroid::getLocalTransform(SkMatrix* matrix) const
68 IFrameLayerAndroid* BaseLayerAndroid::updatePosition(SkRect viewport,
81 void BaseLayerAndroid::updatePositionsRecursive(const SkRect& visibleContentRect)
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h 54 class BaseLayerAndroid;
64 // BaseLayerAndroid, which may have numerous LayerAndroid over it. The content
92 // Note that BaseLayerAndroid::drawGL() will return true to the java side if
169 bool setBaseLayer(BaseLayerAndroid* layer, bool showVisualIndicator,
GLWebViewState.cpp 35 #include "BaseLayerAndroid.h"
96 bool GLWebViewState::setBaseLayer(BaseLayerAndroid* layer, bool showVisualIndicator,
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 31 #include "BaseLayerAndroid.h"
62 BaseLayerAndroid* baseLayer = (BaseLayerAndroid*) jbaseLayer;
89 static BaseLayerAndroid* nativeDeserializeViewState(JNIEnv* env, jobject, jint version,
99 BaseLayerAndroid* layer = new BaseLayerAndroid(content);
WebViewCore.h 83 class BaseLayerAndroid;
513 // record content in a new BaseLayerAndroid, copying the layer tree as well
514 WebCore::BaseLayerAndroid* recordContent(SkIPoint* );
516 // This creates a new BaseLayerAndroid by copying the current m_content
519 WebCore::BaseLayerAndroid* createBaseLayer(GraphicsLayerAndroid* root);
    [all...]
WebViewCore.cpp 167 #include "BaseLayerAndroid.h"
827 BaseLayerAndroid* WebViewCore::createBaseLayer(GraphicsLayerAndroid* root)
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 32 #include "BaseLayerAndroid.h"
505 BaseLayerAndroid* getBaseLayer() const { return m_baseLayer; }
507 bool setBaseLayer(BaseLayerAndroid* newBaseLayer, bool showVisualIndicator,
534 // clear the BaseLayerAndroid's previous matrix (set at each draw)
744 BaseLayerAndroid* m_baseLayer;
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 31 #include "BaseLayerAndroid.h"
617 BaseLayerAndroid* layerImpl = reinterpret_cast<BaseLayerAndroid*>(baseLayer);
  /external/webkit/Source/WebCore/
Android.mk 661 platform/graphics/android/layers/BaseLayerAndroid.cpp \
    [all...]

Completed in 1486 milliseconds