Searched refs:contentDraw (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | CanvasLayer.cpp | 186 void CanvasLayer::contentDraw(SkCanvas* canvas, PaintStyle style) in contentDraw() function in WebCore::CanvasLayer 188 LayerAndroid::contentDraw(canvas, style); in contentDraw()
|
D | CanvasLayer.h | 53 virtual void contentDraw(SkCanvas* canvas, PaintStyle style);
|
D | FixedPositioning.cpp | 80 void FixedPositioning::contentDraw(SkCanvas* canvas, Layer::PaintStyle style) in contentDraw() function in WebCore::FixedPositioning
|
D | FixedPositioning.h | 131 void contentDraw(SkCanvas* canvas, Layer::PaintStyle style);
|
D | LayerAndroid.cpp | 914 void LayerAndroid::contentDraw(SkCanvas* canvas, PaintStyle style) in contentDraw() function in WebCore::LayerAndroid 966 return m_fixedPosition->contentDraw(canvas, style); in contentDraw() 1000 contentDraw(canvas, style); in onDraw()
|
D | LayerAndroid.h | 239 virtual void contentDraw(SkCanvas* canvas, PaintStyle style);
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | Surface.cpp | 372 getFirstLayer()->contentDraw(canvas, Layer::UnmergedLayers); in paint()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.cpp | 98 webViewCore->contentDraw(); in scheduleCompositingLayerSync()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 163 void contentDraw();
|
D | WebViewCore.cpp | 958 void WebViewCore::contentDraw() in contentDraw() function in android::WebViewCore 975 contentDraw(); in contentInvalidate()
|