Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.h100 virtual int32_t SetRogScreenResolution(ScreenId id, uint32_t width, uint32_t height) = 0;
312 int32_t SetRogScreenResolution(ScreenId id, uint32_t width, uint32_t height) override;
H A Drs_screen_manager.cpp1309 int32_t RSScreenManager::SetRogScreenResolution(ScreenId id, uint32_t width, uint32_t height) in SetRogScreenResolution() function in OHOS::Rosen::impl::RSScreenManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_manager_test.cpp1687SetRogScreenResolution(INVALID_SCREEN_ID, VIRTUAL_SCREEN_WIDTH, VIRTUAL_SCREEN_HEIGHT)), SCREEN_NO…
1714 SetRogScreenResolution(id, VIRTUAL_SCREEN_WIDTH, VIRTUAL_SCREEN_HEIGHT)), SUCCESS);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp3931 screenManager_->SetRogScreenResolution( in UpdateRogSizeIfNeeded()