Searched refs:ancestorDrawable (Results 1 – 2 of 2) sorted by relevance
759 auto ancestorDrawable = surfaceParams.GetAncestorDisplayDrawable().lock(); in GetAncestorDisplayColorGamut() local760 if (!ancestorDrawable) { in GetAncestorDisplayColorGamut()764 … ancestorDisplayDrawable = std::static_pointer_cast<RSDisplayRenderNodeDrawable>(ancestorDrawable); in GetAncestorDisplayColorGamut()769 auto& ancestorParam = ancestorDrawable->GetRenderParams(); in GetAncestorDisplayColorGamut()
1268 auto ancestorDrawable = nodeParams->GetAncestorDisplayDrawable().lock(); in GetScreenIdFromSurfaceRenderParams() local1269 if (ancestorDrawable == nullptr) { in GetScreenIdFromSurfaceRenderParams()1273 std::static_pointer_cast<DrawableV2::RSDisplayRenderNodeDrawable>(ancestorDrawable); in GetScreenIdFromSurfaceRenderParams()