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

  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 65 CALayer *rootLayer;
177 [obj->rootLayer release];
229 obj->mouseDownLayer = [obj->rootLayer hitTest:point];
231 [obj->controllerLayer handleMouseDown:[obj->rootLayer convertPoint:point toLayer:obj->controllerLayer]];
257 [obj->controllerLayer handleMouseUp:[obj->rootLayer convertPoint:point toLayer:obj->controllerLayer]];
269 [obj->controllerLayer handleMouseDragged:[obj->rootLayer convertPoint:point toLayer:obj->controllerLayer]];
354 if (!obj->rootLayer) {
356 obj->rootLayer = [[CALayer layer] retain];
360 [obj->rootLayer addSublayer:obj->movieLayer];
363 [obj->rootLayer addSublayer:obj->controllerLayer]
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayer.h 205 void beginTransparencyLayers(GraphicsContext*, const RenderLayer* rootLayer, PaintBehavior);
376 // |rootLayer}. It also computes our background and foreground clip rects
378 void calculateRects(const RenderLayer* rootLayer, const IntRect& paintDirtyRect, IntRect& layerBounds,
382 void updateClipRects(const RenderLayer* rootLayer);
385 void calculateClipRects(const RenderLayer* rootLayer, ClipRects&, bool useCached = false) const;
391 bool intersectsDamageRect(const IntRect& layerBounds, const IntRect& damageRect, const RenderLayer* rootLayer) const;
394 IntRect boundingBox(const RenderLayer* rootLayer) const;
485 void paintLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
489 RenderLayer* hitTestLayer(RenderLayer* rootLayer, RenderLayer* containerLayer, const HitTestRequest& request, HitTestResult& result,
493 PassRefPtr<HitTestingTransformState> createLocalTransformState(RenderLayer* rootLayer, RenderLayer* containerLayer
    [all...]
RenderLayer.cpp 774 static IntRect transparencyClipBox(const RenderLayer* l, const RenderLayer* rootLayer, PaintBehavior paintBehavior);
776 static void expandClipRectForDescendantsAndReflection(IntRect& clipRect, const RenderLayer* l, const RenderLayer* rootLayer, PaintBehavior paintBehavior)
785 clipRect.unite(transparencyClipBox(curr, rootLayer, paintBehavior));
796 l->convertToLayerCoords(rootLayer, deltaX, deltaY);
803 static IntRect transparencyClipBox(const RenderLayer* l, const RenderLayer* rootLayer, PaintBehavior paintBehavior)
809 if (rootLayer != l && l->paintsWithTransform(paintBehavior)) {
814 l->convertToLayerCoords(rootLayer, x, y);
825 IntRect clipRect = l->boundingBox(rootLayer);
826 expandClipRectForDescendantsAndReflection(clipRect, l, rootLayer, paintBehavior);
830 void RenderLayer::beginTransparencyLayers(GraphicsContext* p, const RenderLayer* rootLayer, PaintBehavior paintBehavior
    [all...]
RenderTreeAsText.cpp 73 static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const IntRect& paintDirtyRect, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal);
506 static void writeLayers(TextStream& ts, const RenderLayer* rootLayer, RenderLayer* l,
511 l->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, true);
517 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer);
531 writeLayers(ts, rootLayer, negList->at(i), paintDirtyRect, currIndent, behavior);
545 writeLayers(ts, rootLayer, normalFlowList->at(i), paintDirtyRect, currIndent, behavior);
556 writeLayers(ts, rootLayer, posList->at(i), paintDirtyRect, currIndent, behavior);
RenderLayerBacking.h 165 void paintIntoLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
RenderLayerBacking.cpp 277 // for a compositing layer, rootLayer is the layer itself.
873 void RenderLayerBacking::paintIntoLayer(RenderLayer* rootLayer, GraphicsContext* context,
874 const IntRect& paintDirtyRect, // in the coords of rootLayer
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayerRenderer.h 73 WKCACFLayer* rootLayer() const { return m_rootLayer.get(); }
WKCACFLayer.cpp 274 CACFContextRef context = CACFLayerGetContext(rootLayer()->layer());
478 WKCACFLayer* WKCACFLayer::rootLayer() const
WKCACFLayer.h 206 WKCACFLayer* rootLayer() const;
  /external/webkit/WebKit/android/nav/
CachedRoot.h 89 const WebCore::LayerAndroid* rootLayer() const { return mRootLayer; }
WebView.cpp 543 ->layer(m_frameCacheUI->rootLayer());
574 m_frameCacheUI->rootLayer());
    [all...]
CachedFrame.cpp 45 return layer(node)->adjustBounds(mRoot->rootLayer(), rect);
703 if (mRoot->rootLayer() && !test->isInLayer()
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 436 LayerAndroid* rootLayer = new LayerAndroid(true);
438 rootLayer->addChild(copyLayer);
443 PlatformBridge::setUIRootLayer(m_frame->view(), rootLayer);
  /external/webkit/WebCore/page/
FrameView.cpp 480 if (GraphicsLayer* rootLayer = contentRenderer->compositor()->rootPlatformLayer())
481 rootLayer->syncCompositingState();
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 782 milliseconds