OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rootLayer
(Results
1 - 17
of
17
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.h
43
WebCore::GraphicsLayer*
rootLayer
() const { return m_rootLayer.get(); }
/external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp
112
PlatformCALayer*
rootLayer
= m_rootChild->
rootLayer
();
113
CGRect rootBounds = m_rootChild->
rootLayer
()->bounds();
118
rootLayer
->setBackgroundColor(redColor.get());
120
rootLayer
->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack));
161
PlatformCALayer*
rootLayer
= m_rootChild->
rootLayer
();
162
CGRect rootBounds = m_rootChild->
rootLayer
()->bounds();
/external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.cpp
150
// Resizing the window will change the bounds of the
rootLayer
and the clip layer and will not
154
m_rootLayer->setName("CACFLayerTreeHost
rootLayer
");
199
PlatformCALayer* CACFLayerTreeHost::
rootLayer
() const
PlatformCALayerWin.cpp
157
PlatformCALayer* PlatformCALayer::
rootLayer
() const
160
return host ? host->
rootLayer
() : 0;
/external/webkit/Source/WebKit/android/nav/
CachedRoot.h
92
WebCore::LayerAndroid*
rootLayer
() const { return mRootLayer; }
CachedFrame.cpp
60
const WebCore::LayerAndroid*
rootLayer
= mRoot->
rootLayer
();
61
const LayerAndroid* aLayer = cachedLayer->layer(
rootLayer
);
63
return cachedLayer->adjustBounds(
rootLayer
, rect);
762
if (mRoot->
rootLayer
() && !test->isInLayer()
[
all
...]
WebView.cpp
366
LayerAndroid*
rootLayer
= getFrameCache(DontAllowNewer)->
rootLayer
();
367
Layer* layerContainingMatch =
rootLayer
->findById(m_findOnPage.currentMatchLayerId());
386
ASSERT(layer->getParent() || layer ==
rootLayer
);
490
if (node->isInLayer() && root->
rootLayer
()) {
491
LayerAndroid* layer = root->
rootLayer
();
775
->layer(m_frameCacheUI->
rootLayer
());
806
m_frameCacheUI->
rootLayer
());
[
all
...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.cpp
129
WKCACFViewSetLayer(m_view.get(),
rootLayer
()->platformLayer());
256
PlatformCALayer* LayerTreeHostCAWin::
rootLayer
() const
258
return static_cast<GraphicsLayerCA*>(LayerTreeHostCA::
rootLayer
())->platformCALayer();
/external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.cpp
212
const LayerChromium* LayerChromium::
rootLayer
() const
LayerRendererChromium.h
92
LayerChromium*
rootLayer
() { return m_rootLayer.get(); }
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp
132
TextureMapperNode* root =
rootLayer
();
235
//
RootLayer
: the top level. Draws to a framebuffer, and the target texture draws into the viewport.
238
m_layerType =
RootLayer
;
289
TextureMapperNode* TextureMapperNode::
rootLayer
()
292
return m_effectTarget->
rootLayer
();
294
return m_parent->
rootLayer
();
342
if (m_layerType == ClipLayer || m_layerType ==
RootLayer
)
468
ASSERT(m_layerType ==
RootLayer
);
474
opt.
rootLayer
= this;
551
if (m_layerType ==
RootLayer
|| m_layerType == DefaultLayer || m_layerType == ScissorLayer
[
all
...]
TextureMapperNode.h
46
TextureMapperNode*
rootLayer
;
121
TextureMapperNode*
rootLayer
();
168
RootLayer
,
/external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp
198
RenderLayer*
rootLayer
= view->layer();
203
if (m_owningLayer !=
rootLayer
)
204
clippingBounds.intersect(m_owningLayer->backgroundClipRect(
rootLayer
, true));
208
m_owningLayer->convertToLayerCoords(
rootLayer
, deltaX, deltaY);
375
// for a compositing layer,
rootLayer
is the layer itself.
[
all
...]
RenderLayerCompositor.cpp
218
if (GraphicsLayer*
rootLayer
= rootPlatformLayer())
219
rootLayer
->syncCompositingState();
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp
170
const GraphicsLayerQtImpl*
rootLayer
() const;
375
const GraphicsLayerQtImpl* GraphicsLayerQtImpl::
rootLayer
() const
378
return parent->
rootLayer
();
579
const QTransform parentTransform = parent ? parent->itemTransform(
rootLayer
()) : QTransform();
[
all
...]
/external/webkit/Source/WebCore/page/
FrameView.cpp
[
all
...]
/external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp
[
all
...]
Completed in 103 milliseconds