Searched defs:graphicsLayer (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/platform/ |
D | ScrollableArea.cpp | 205 if (GraphicsLayer* graphicsLayer = layerForHorizontalScrollbar()) { in invalidateScrollbar() local 210 if (GraphicsLayer* graphicsLayer = layerForVerticalScrollbar()) { in invalidateScrollbar() local 222 if (GraphicsLayer* graphicsLayer = layerForScrollCorner()) { in invalidateScrollCorner() local
|
D | ScrollView.cpp | 882 static void positionScrollbarLayer(GraphicsLayer* graphicsLayer, Scrollbar* scrollbar) in wheelEvent() 894 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect) in wheelEvent()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/ |
D | LayerTreeHostCA.cpp | 98 void LayerTreeHostCA::setRootCompositingLayer(GraphicsLayer* graphicsLayer) in setRootCompositingLayer() 173 void LayerTreeHostCA::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsCo… in paintContents()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | DrawingAreaImpl.cpp | 225 void DrawingAreaImpl::setRootCompositingLayer(GraphicsLayer* graphicsLayer) in setRootCompositingLayer() 383 void DrawingAreaImpl::enterAcceleratedCompositingMode(GraphicsLayer* graphicsLayer) in enterAcceleratedCompositingMode()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.h | 77 GraphicsLayer* graphicsLayer() const { return m_graphicsLayer.get(); } in graphicsLayer() function
|
D | RenderLayerBacking.cpp | 1223 void RenderLayerBacking::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context… in paintContents()
|
D | RenderLayerCompositor.cpp | 1626 void RenderLayerCompositor::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& cont…
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | TextureMapperNode.cpp | 732 void TextureMapperNode::syncCompositingState(GraphicsLayerTextureMapper* graphicsLayer, bool recurs… in syncCompositingState() 739 void TextureMapperNode::syncCompositingStateSelf(GraphicsLayerTextureMapper* graphicsLayer, Texture… in syncCompositingStateSelf() 844 void TextureMapperNode::syncCompositingStateInternal(GraphicsLayerTextureMapper* graphicsLayer, boo… in syncCompositingStateInternal()
|
/external/webkit/Source/WebCore/page/ |
D | FrameView.cpp | 640 if (GraphicsLayer* graphicsLayer = view->compositor()->layerForHorizontalScrollbar()) in syncCompositingStateForThisFrame() local 642 if (GraphicsLayer* graphicsLayer = view->compositor()->layerForVerticalScrollbar()) in syncCompositingStateForThisFrame() local 644 if (GraphicsLayer* graphicsLayer = view->compositor()->layerForScrollCorner()) in syncCompositingStateForThisFrame() local
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | ChromeClientQt.cpp | 621 void ChromeClientQt::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer) in attachRootGraphicsLayer()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ChromeClientImpl.cpp | 830 void ChromeClientImpl::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer) in attachRootGraphicsLayer()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.cpp | 822 void WebChromeClient::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer) in attachRootGraphicsLayer()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 1660 GraphicsLayerAndroid* graphicsLayer = graphicsRootLayer(); in updateFrameCache() local
|