Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp158 uint32_t displayWidth = displayWidthsMap_[screenId]; in InitLayers()
268 damageRect.w = static_cast<int32_t>(displayWidthsMap_[screenId]); in Draw()
310 displayWidthsMap_[screenId] = static_cast<uint32_t>(displayModeInfos[i].width); in CreatePhysicalScreen()
382 auto widthIter = displayWidthsMap_.begin(); in RemoveOffScreenData()
383 while (widthIter != displayWidthsMap_.end()) { in RemoveOffScreenData()
386 displayWidthsMap_.erase(widthIter++); in RemoveOffScreenData()
451 uint32_t displayWidth = displayWidthsMap_[screenId]; in DoPrepareCompleted()
H A Dhello_composer.h57 std::unordered_map<uint32_t, uint32_t> displayWidthsMap_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp119 uint32_t displayWidth = displayWidthsMap_[screenId]; in InitLayers()
164 damageRect.w = static_cast<int32_t>(displayWidthsMap_[screenId]); in Draw()
197 displayWidthsMap_[screenId] = static_cast<uint32_t>(displayModeInfos_[i].width); in CreatePhysicalScreen()
265 uint32_t displayWidth = displayWidthsMap_[screenId]; in DoPrepareCompleted()
H A Ddrawing_sample.h52 std::unordered_map<uint32_t, uint32_t> displayWidthsMap_; variable