Searched refs:reflectionLayer (Results 1 – 6 of 6) sorted by relevance
221 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() local383 reflectionLayer->stackingNode()->updateZOrderLists(); in updateLayerListsIfNeeded()384 reflectionLayer->stackingNode()->updateNormalFlowList(); in updateLayerListsIfNeeded()
79 RenderLayer* RenderLayerReflectionInfo::reflectionLayer() const in reflectionLayer() function in WebCore::RenderLayerReflectionInfo139 reflectionLayer()->paintLayer(context, paintingInfo, flags); in paint()
977 …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() local1173 if (reflectionLayer->hasCompositedLayerMapping()) in rebuildCompositingLayerTree()1174 reflectionLayer->compositedLayerMapping()->updateCompositedBounds(); in rebuildCompositingLayerTree()1423 RenderLayer* reflectionLayer = layer->reflectionInfo()->reflectionLayer(); in updateLayerTreeGeometry() local1424 if (reflectionLayer->hasCompositedLayerMapping()) in updateLayerTreeGeometry()1425 reflectionLayer->compositedLayerMapping()->updateCompositedBounds(); in updateLayerTreeGeometry()1453 RenderLayer* reflectionLayer = layer->reflectionInfo()->reflectionLayer(); in updateCompositingDescendantGeometry() local1454 if (reflectionLayer->hasCompositedLayerMapping()) in updateCompositingDescendantGeometry()[all …]
64 RenderLayer* reflectionLayer() const;
501 if (m_owningLayer->reflectionInfo()->reflectionLayer()->hasCompositedLayerMapping()) { in updateGraphicsLayerConfiguration()502 …GraphicsLayer* reflectionLayer = m_owningLayer->reflectionInfo()->reflectionLayer()->compositedLay… in updateGraphicsLayerConfiguration() local503 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()
1268 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() local3587 if (!reflectionLayer->hasCompositedLayerMapping()) { in calculateLayerBounds()3588 … IntRect childUnionBounds = reflectionLayer->calculateLayerBounds(this, 0, descendantFlags); in calculateLayerBounds()