Home
last modified time | relevance | path

Searched refs:reflectionLayer (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerStackingNode.cpp221 if (!layer()->reflectionInfo() || layer()->reflectionInfo()->reflectionLayer() != child) in rebuildZOrderLists()
258 …wOnly() && (!layer()->reflectionInfo() || layer()->reflectionInfo()->reflectionLayer() != child)) { in updateNormalFlowList()
323 if (!layer()->reflectionInfo() || layer()->reflectionInfo()->reflectionLayer() != child) in collectLayers()
382 RenderLayer* reflectionLayer = layer()->reflectionInfo()->reflectionLayer(); in updateLayerListsIfNeeded() local
383 reflectionLayer->stackingNode()->updateZOrderLists(); in updateLayerListsIfNeeded()
384 reflectionLayer->stackingNode()->updateNormalFlowList(); in updateLayerListsIfNeeded()
DRenderLayerReflectionInfo.cpp79 RenderLayer* RenderLayerReflectionInfo::reflectionLayer() const in reflectionLayer() function in WebCore::RenderLayerReflectionInfo
139 reflectionLayer()->paintLayer(context, paintingInfo, flags); in paint()
DRenderLayerCompositor.cpp977 …layer->reflectionInfo()->reflectionLayer()->setCompositingReasons(layer->reflectionInfo()->reflect… in computeCompositingRequirements()
1058 …layer->reflectionInfo() && updateLayerCompositingState(layer->reflectionInfo()->reflectionLayer())) in assignLayersToBackingsInternal()
1172 RenderLayer* reflectionLayer = layer->reflectionInfo()->reflectionLayer(); in rebuildCompositingLayerTree() local
1173 if (reflectionLayer->hasCompositedLayerMapping()) in rebuildCompositingLayerTree()
1174 reflectionLayer->compositedLayerMapping()->updateCompositedBounds(); in rebuildCompositingLayerTree()
1423 RenderLayer* reflectionLayer = layer->reflectionInfo()->reflectionLayer(); in updateLayerTreeGeometry() local
1424 if (reflectionLayer->hasCompositedLayerMapping()) in updateLayerTreeGeometry()
1425 reflectionLayer->compositedLayerMapping()->updateCompositedBounds(); in updateLayerTreeGeometry()
1453 RenderLayer* reflectionLayer = layer->reflectionInfo()->reflectionLayer(); in updateCompositingDescendantGeometry() local
1454 if (reflectionLayer->hasCompositedLayerMapping()) in updateCompositingDescendantGeometry()
[all …]
DRenderLayerReflectionInfo.h64 RenderLayer* reflectionLayer() const;
DCompositedLayerMapping.cpp501 if (m_owningLayer->reflectionInfo()->reflectionLayer()->hasCompositedLayerMapping()) { in updateGraphicsLayerConfiguration()
502 …GraphicsLayer* reflectionLayer = m_owningLayer->reflectionInfo()->reflectionLayer()->compositedLay… in updateGraphicsLayerConfiguration() local
503 m_graphicsLayer->setReplicatedByLayer(reflectionLayer); in updateGraphicsLayerConfiguration()
747 …if (m_owningLayer->reflectionInfo() && m_owningLayer->reflectionInfo()->reflectionLayer()->hasComp… in updateGraphicsLayerGeometry()
748 … reflectionCompositedLayerMapping = m_owningLayer->reflectionInfo()->reflectionLayer()->composited… in updateGraphicsLayerGeometry()
DRenderLayer.cpp1268 if (!layer->reflectionInfo() || layer->reflectionInfo()->reflectionLayer() != curr) in expandClipRectForDescendantsAndReflection()
1495 removeChild(m_reflectionInfo->reflectionLayer()); in removeOnlyThisLayer()
1520 …d = !parentLayer->reflectionInfo() || parentLayer->reflectionInfo()->reflectionLayer() != this ? r… in insertOnlyThisLayer()
3586 RenderLayer* reflectionLayer = m_reflectionInfo->reflectionLayer(); in calculateLayerBounds() local
3587 if (!reflectionLayer->hasCompositedLayerMapping()) { in calculateLayerBounds()
3588 … IntRect childUnionBounds = reflectionLayer->calculateLayerBounds(this, 0, descendantFlags); in calculateLayerBounds()