Searched refs:displayHeightsMap_ (Results 1 – 4 of 4) sorted by relevance
159 uint32_t displayHeight = displayHeightsMap_[screenId]; in InitLayers()269 damageRect.h = static_cast<int32_t>(displayHeightsMap_[screenId]); in Draw()311 displayHeightsMap_[screenId] = static_cast<uint32_t>(displayModeInfos[i].height); in CreatePhysicalScreen()392 auto heightIter = displayHeightsMap_.begin(); in RemoveOffScreenData()393 while (heightIter != displayHeightsMap_.end()) { in RemoveOffScreenData()396 displayHeightsMap_.erase(heightIter++); in RemoveOffScreenData()452 uint32_t displayHeight = displayHeightsMap_[screenId]; in DoPrepareCompleted()
58 std::unordered_map<uint32_t, uint32_t> displayHeightsMap_; variable
120 uint32_t displayHeight = displayHeightsMap_[screenId]; in InitLayers()165 damageRect.h = static_cast<int32_t>(displayHeightsMap_[screenId]); in Draw()198 displayHeightsMap_[screenId] = static_cast<uint32_t>(displayModeInfos_[i].height); in CreatePhysicalScreen()266 uint32_t displayHeight = displayHeightsMap_[screenId]; in DoPrepareCompleted()
53 std::unordered_map<uint32_t, uint32_t> displayHeightsMap_; variable