Searched refs:BaseLayerAndroid (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurfaceCollection.h40 class BaseLayerAndroid;
47 SurfaceCollection(BaseLayerAndroid* compositedRoot);
76 BaseLayerAndroid* const m_compositedRoot;
H A DSurfaceCollection.cpp33 #include "BaseLayerAndroid.h"
47 SurfaceCollection::SurfaceCollection(BaseLayerAndroid* layer)
133 return static_cast<BaseLayerAndroid*>(m_compositedRoot)->getBackgroundColor();
H A DSurface.cpp33 #include "BaseLayerAndroid.h"
162 m_background = static_cast<BaseLayerAndroid*>(layer)->getBackgroundColor();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.h54 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,
H A DGLWebViewState.cpp35 #include "BaseLayerAndroid.h"
96 bool GLWebViewState::setBaseLayer(BaseLayerAndroid* layer, bool showVisualIndicator,
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DBaseLayerAndroid.h39 class BaseLayerAndroid : public LayerAndroid { class in namespace:WebCore
41 BaseLayerAndroid(LayerContent* content);
H A DBaseLayerAndroid.cpp26 #define LOG_TAG "BaseLayerAndroid"
30 #include "BaseLayerAndroid.h"
49 BaseLayerAndroid::BaseLayerAndroid(LayerContent* content) function in class:WebCore::BaseLayerAndroid
61 void BaseLayerAndroid::getLocalTransform(SkMatrix* matrix) const
68 IFrameLayerAndroid* BaseLayerAndroid::updatePosition(SkRect viewport,
81 void BaseLayerAndroid::updatePositionsRecursive(const SkRect& visibleContentRect)
/external/webkit/Source/WebKit/android/jni/
H A DViewStateSerializer.cpp31 #include "BaseLayerAndroid.h"
62 BaseLayerAndroid* baseLayer = (BaseLayerAndroid*) jbaseLayer;
89 static BaseLayerAndroid* nativeDeserializeViewState(JNIEnv* env, jobject, jint version,
99 BaseLayerAndroid* layer = new BaseLayerAndroid(content);
H A DWebViewCore.h83 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);
H A DWebViewCore.cpp167 #include "BaseLayerAndroid.h"
827 BaseLayerAndroid* WebViewCore::createBaseLayer(GraphicsLayerAndroid* root)
859 BaseLayerAndroid* realBase = 0;
867 //BaseLayerAndroid
882 realBase = new BaseLayerAndroid(0);
889 realBase = new BaseLayerAndroid(content);
908 BaseLayerAndroid* WebViewCore::recordContent(SkIPoint* point)
917 BaseLayerAndroid* baseLayer = createBaseLayer(root);
4549 BaseLayerAndroid* result = viewImpl->recordContent(&nativePt);
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp32 #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;
944 BaseLayerAndroid* baseLayer = reinterpret_cast<WebView*>(nativeView)->getBaseLayer();
958 BaseLayerAndroid* layerImpl = reinterpret_cast<BaseLayerAndroid*>(layer);
964 static BaseLayerAndroid* nativeGetBaseLayer(JNIEnv *env, jobject obj, jint nativeView)
1225 BaseLayerAndroid* baseLaye
[all...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp31 #include "BaseLayerAndroid.h"
617 BaseLayerAndroid* layerImpl = reinterpret_cast<BaseLayerAndroid*>(baseLayer);
/external/webkit/Source/WebCore/
H A DAndroid.mk661 platform/graphics/android/layers/BaseLayerAndroid.cpp \

Completed in 328 milliseconds