Searched refs:prefIsRotated (Results 1 – 6 of 6) sorted by relevance
255 prefIsRotated, /*!< Query this to learn whether screen is rotated */ enumerator
224 case prefIsRotated: return (m_pShellData->nShellDimY > m_pShellData->nShellDimX); in PVRShellGet()
484 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView()613 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in RenderScene()
397 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView()
538 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView()
442 …m_pShell->PVRShellOutputDebug("Is Rotated: %s\n", m_pShell->PVRShellGet(prefIsRotated) ? "Yes" : "… in OutputAPIInfo()