Home
last modified time | relevance | path

Searched refs:displayHeightsMap_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp159 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()
H A Dhello_composer.h58 std::unordered_map<uint32_t, uint32_t> displayHeightsMap_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp120 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()
H A Ddrawing_sample.h53 std::unordered_map<uint32_t, uint32_t> displayHeightsMap_; variable