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

  /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
  /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...]
  /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/rendering/
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...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 50 milliseconds