Home
last modified time | relevance | path

Searched refs:GetCanvasRotation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h82 virtual bool GetCanvasRotation() const = 0;
173 bool GetCanvasRotation() const override;
H A Drs_screen_manager.h133 virtual bool GetCanvasRotation(ScreenId id) const = 0;
342 bool GetCanvasRotation(ScreenId id) const override;
H A Drs_screen.cpp921 bool RSScreen::GetCanvasRotation() const in GetCanvasRotation() function in OHOS::Rosen::impl::RSScreen
H A Drs_screen_manager.cpp1563 bool RSScreenManager::GetCanvasRotation(ScreenId id) const in GetCanvasRotation() function in OHOS::Rosen::impl::RSScreenManager
1572 return screensIt->second->GetCanvasRotation(); in GetCanvasRotation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_virtual_processor.cpp54 canvasRotation_ = screenManager->GetCanvasRotation(virtualScreenId_); in InitForRenderThread()