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

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 219 TextureMapperNode* TextureMapperNode::toTextureMapperNode(GraphicsLayer* layer)
417 void TextureMapperNode::uploadTextureFromContent(TextureMapper* textureMapper, const IntRect& visibleRect, GraphicsLayer* layer)
732 void TextureMapperNode::syncCompositingState(GraphicsLayerTextureMapper* graphicsLayer, bool recurse)
735 syncCompositingStateInternal(graphicsLayer, recurse, textureMapper);
739 void TextureMapperNode::syncCompositingStateSelf(GraphicsLayerTextureMapper* graphicsLayer, TextureMapper* textureMapper)
741 const int changeMask = graphicsLayer->changeMask();
743 const TextureMapperNode::ContentData& pendingContent = graphicsLayer->pendingContent();
755 if (!graphicsLayer->parent())
758 m_parent = toTextureMapperNode(graphicsLayer->parent());
760 if (!graphicsLayer->parent() && m_parent)
    [all...]
TextureMapperNode.h 25 #include "GraphicsLayer.h"
136 void syncCompositingStateSelf(GraphicsLayerTextureMapper* graphicsLayer, TextureMapper* textureMapper);
144 void uploadTextureFromContent(TextureMapper* textureMapper, const IntRect& visibleRect, GraphicsLayer* layer);
152 static TextureMapperNode* toTextureMapperNode(GraphicsLayer*);
211 GraphicsLayer::CompositingCoordinatesOrientation geoOrientation;
212 GraphicsLayer::CompositingCoordinatesOrientation contentsOrientation;
  /external/webkit/Source/WebCore/platform/
ScrollableArea.cpp 36 #include "GraphicsLayer.h"
205 if (GraphicsLayer* graphicsLayer = layerForHorizontalScrollbar()) {
206 graphicsLayer->setNeedsDisplay();
210 if (GraphicsLayer* graphicsLayer = layerForVerticalScrollbar()) {
211 graphicsLayer->setNeedsDisplay();
222 if (GraphicsLayer* graphicsLayer = layerForScrollCorner()) {
223 graphicsLayer->setNeedsDisplay()
    [all...]
ScrollView.cpp 38 #include "GraphicsLayer.h"
411 layer->backing()->graphicsLayer());
913 static void positionScrollbarLayer(GraphicsLayer* graphicsLayer, Scrollbar* scrollbar)
915 if (!graphicsLayer || !scrollbar)
917 graphicsLayer->setDrawsContent(true);
919 graphicsLayer->setPosition(scrollbarRect.location());
920 if (scrollbarRect.size() != graphicsLayer->size())
921 graphicsLayer->setNeedsDisplay();
922 graphicsLayer->setSize(scrollbarRect.size())
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.cpp 53 m_rootLayer = GraphicsLayer::create(this);
61 m_nonCompositedContentLayer = GraphicsLayer::create(this);
98 void LayerTreeHostCA::setRootCompositingLayer(GraphicsLayer* graphicsLayer)
103 if (graphicsLayer)
104 m_nonCompositedContentLayer->addChild(graphicsLayer);
165 void LayerTreeHostCA::notifyAnimationStarted(const WebCore::GraphicsLayer*, double time)
169 void LayerTreeHostCA::notifySyncRequired(const WebCore::GraphicsLayer*)
173 void LayerTreeHostCA::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const IntRect& clipRect
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.cpp 225 void DrawingAreaImpl::setRootCompositingLayer(GraphicsLayer* graphicsLayer)
227 if (graphicsLayer) {
230 enterAcceleratedCompositingMode(graphicsLayer);
234 m_layerTreeHost->setRootCompositingLayer(graphicsLayer);
383 void DrawingAreaImpl::enterAcceleratedCompositingMode(GraphicsLayer* graphicsLayer)
393 m_layerTreeHost->setRootCompositingLayer(graphicsLayer);
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 39 #include "GraphicsLayer.h"
105 m_graphicsLayer = GraphicsLayer::create(this);
216 // the transform-origin via the GraphicsLayer anchorPoint (which is expressed as a fractional value).
242 // position of this layer's GraphicsLayer depends on the position of our compositing
243 // ancestor's GraphicsLayer. That cannot be determined until all the descendant
281 GraphicsLayer* reflectionLayer = m_owningLayer->reflectionLayer()->backing()->graphicsLayer();
483 reflectionBacking->graphicsLayer()->setReplicatedLayerPosition(FloatPoint() + (layerBounds.location() - reflectionLayerBounds.location()));
535 m_ancestorClippingLayer = GraphicsLayer::create(this);
550 m_clippingLayer = GraphicsLayer::create(this)
    [all...]
RenderLayerBacking.h 33 #include "GraphicsLayer.h"
77 GraphicsLayer* graphicsLayer() const { return m_graphicsLayer.get(); }
81 GraphicsLayer* clippingLayer() const { return m_clippingLayer.get(); }
85 GraphicsLayer* ancestorClippingLayer() const { return m_ancestorClippingLayer.get(); }
88 GraphicsLayer* foregroundLayer() const { return m_foregroundLayer.get(); }
92 GraphicsLayer* parentForSublayers() const { return m_clippingLayer ? m_clippingLayer.get() : m_graphicsLayer.get(); }
93 GraphicsLayer* childForSuperlayers() const { return m_ancestorClippingLayer ? m_ancestorClippingLayer.get() : m_graphicsLayer.get(); }
96 // their content is rendered via callbacks from GraphicsLayer. However, the document
97 // layer is special, because it has a GraphicsLayer to act as a container for the GraphicsLayer
    [all...]
RenderLayerCompositor.cpp 38 #include "GraphicsLayer.h"
222 if (GraphicsLayer* rootLayer = rootPlatformLayer())
323 Vector<GraphicsLayer*> childList;
383 layer->backing()->graphicsLayer()->setAcceleratesDrawing(true);
387 layer->backing()->graphicsLayer()->setAcceleratesDrawing(true);
394 // If we're removing backing on a reflection, clear the source GraphicsLayer's pointer to
395 // its replica GraphicsLayer. In practice this should never happen because reflectee and reflection
400 ASSERT(backing->graphicsLayer()->replicaLayer() == layer->backing()->graphicsLayer());
401 backing->graphicsLayer()->setReplicatedByLayer(0)
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 49 #include "GraphicsLayer.h"
830 void ChromeClientImpl::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer)
832 m_webView->setRootGraphicsLayer(graphicsLayer ? graphicsLayer->platformLayer() : 0);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 43 #include "GraphicsLayer.h"
621 void ChromeClientQt::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer)
624 platformPageClient()->setRootGraphicsLayer(graphicsLayer ? graphicsLayer->platformLayer() : 0);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasLayer.cpp 178 return m_canvas->renderBox()->layer()->backing()->graphicsLayer()->offsetFromRenderer();
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 440 // Some properties haven't propogated from the GraphicsLayer to the CALayer yet. So
442 GraphicsLayer* rendererGraphics = _renderer->layer()->backing()->graphicsLayer();
504 CALayer* rendererLayer = _renderer->layer()->backing()->graphicsLayer()->platformLayer();
578 GraphicsLayer* rendererGraphics = _renderer->layer()->backing()->graphicsLayer();
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 80 #import <WebCore/GraphicsLayer.h>
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 90 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
101 GraphicsLayer(client),
136 GraphicsLayer::setName(name);
145 bool GraphicsLayerAndroid::setChildren(const Vector<GraphicsLayer*>& children)
147 bool childrenChanged = GraphicsLayer::setChildren(children);
156 void GraphicsLayerAndroid::addChild(GraphicsLayer* childLayer)
162 GraphicsLayer::addChild(childLayer);
167 void GraphicsLayerAndroid::addChildAtIndex(GraphicsLayer* childLayer, int index)
170 GraphicsLayer::addChildAtIndex(childLayer, index)
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 599 GraphicsLayer* FrameView::layerForHorizontalScrollbar() const
607 GraphicsLayer* FrameView::layerForVerticalScrollbar() const
615 GraphicsLayer* FrameView::layerForScrollCorner() const
635 if (GraphicsLayer* graphicsLayer = view->compositor()->layerForHorizontalScrollbar())
636 graphicsLayer->syncCompositingStateForThisLayerOnly();
637 if (GraphicsLayer* graphicsLayer = view->compositor()->layerForVerticalScrollbar())
638 graphicsLayer->syncCompositingStateForThisLayerOnly();
639 if (GraphicsLayer* graphicsLayer = view->compositor()->layerForScrollCorner()
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 62 #include <WebCore/GraphicsLayer.h>
822 void WebChromeClient::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer)
824 m_webView->setRootChildLayer(graphicsLayer);
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]

Completed in 1243 milliseconds