Home
last modified time | relevance | path

Searched refs:GetDisplayPropertyForHardCursor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_screen.h60 bool GetDisplayPropertyForHardCursor(uint32_t screenId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_pointer_window_manager.cpp91 return screenManager->GetDisplayPropertyForHardCursor(curDisplayNode->GetScreenId()); in CheckHardCursorSupport()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h119 virtual bool GetDisplayPropertyForHardCursor() = 0;
210 bool GetDisplayPropertyForHardCursor() override;
H A Drs_screen_manager.h238 virtual bool GetDisplayPropertyForHardCursor(uint32_t screenId) = 0;
454 bool GetDisplayPropertyForHardCursor(uint32_t screenId) override;
H A Drs_screen.cpp1137 isHardCursorSupport_ = hdiScreen_->GetDisplayPropertyForHardCursor(id_); in SetDisplayPropertyForHardCursor()
1143 bool RSScreen::GetDisplayPropertyForHardCursor() in GetDisplayPropertyForHardCursor() function in OHOS::Rosen::impl::RSScreen
H A Drs_screen_manager.cpp2163 bool RSScreenManager::GetDisplayPropertyForHardCursor(uint32_t screenId) in GetDisplayPropertyForHardCursor() function in OHOS::Rosen::impl::RSScreenManager
2171 return screensIt->second->GetDisplayPropertyForHardCursor(); in GetDisplayPropertyForHardCursor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_screen.cpp255 bool HdiScreen::GetDisplayPropertyForHardCursor(uint32_t screenId) in GetDisplayPropertyForHardCursor() function in OHOS::Rosen::HdiScreen