Searched refs:rootContentLayer (Results 1 – 2 of 2) sorted by relevance
55 …scrollTheme::updateOverhangShadowLayer(GraphicsLayer* shadowLayer, GraphicsLayer* rootContentLayer) in updateOverhangShadowLayer() argument61 static_cast<int>(rootContentLayer->position().x()) - m_overhangShadow->width() / 2, in updateOverhangShadowLayer()62 static_cast<int>(rootContentLayer->position().y()) - m_overhangShadow->height() / 2, in updateOverhangShadowLayer()63 static_cast<int>(rootContentLayer->size().width()) + m_overhangShadow->width() - 1, in updateOverhangShadowLayer()64 static_cast<int>(rootContentLayer->size().height()) + m_overhangShadow->height() - 1); in updateOverhangShadowLayer()
44 …irtual void updateOverhangShadowLayer(GraphicsLayer* shadowLayer, GraphicsLayer* rootContentLayer);