Home
last modified time | relevance | path

Searched refs:newLayerInfos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp150 std::vector<LayerInfoPtr> newLayerInfos; in PrepareCompleteIfNeed() local
151 output->GetLayerInfos(newLayerInfos); in PrepareCompleteIfNeed()
158 OnPrepareComplete(needFlush, output, newLayerInfos); in PrepareCompleteIfNeed()
244 …nPrepareComplete(bool needFlush, const OutputPtr &output, std::vector<LayerInfoPtr> &newLayerInfos) in OnPrepareComplete() argument
247 ReorderLayerInfo(newLayerInfos); in OnPrepareComplete()
252 .layers = newLayerInfos, in OnPrepareComplete()
270 void HdiBackend::ReorderLayerInfo(std::vector<LayerInfoPtr> &newLayerInfos) in ReorderLayerInfo() argument
272 std::sort(newLayerInfos.begin(), newLayerInfos.end(), Cmp); in ReorderLayerInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdibackend_test.cpp161 std::vector<LayerInfoPtr> newLayerInfos; variable
163 newLayerInfos.emplace_back(nullptr);
165 hdiBackend_->OnPrepareComplete(true, output, newLayerInfos);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_backend.h89 void ReorderLayerInfo(std::vector<LayerInfoPtr> &newLayerInfos);
90 …PrepareComplete(bool needFlush, const OutputPtr &output, std::vector<LayerInfoPtr> &newLayerInfos);