Searched refs:GetCanvasRotation (Results 1 – 5 of 5) sorted by relevance
82 virtual bool GetCanvasRotation() const = 0;173 bool GetCanvasRotation() const override;
133 virtual bool GetCanvasRotation(ScreenId id) const = 0;342 bool GetCanvasRotation(ScreenId id) const override;
921 bool RSScreen::GetCanvasRotation() const in GetCanvasRotation() function in OHOS::Rosen::impl::RSScreen
1563 bool RSScreenManager::GetCanvasRotation(ScreenId id) const in GetCanvasRotation() function in OHOS::Rosen::impl::RSScreenManager1572 return screensIt->second->GetCanvasRotation(); in GetCanvasRotation()
54 canvasRotation_ = screenManager->GetCanvasRotation(virtualScreenId_); in InitForRenderThread()