Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp189 p.y = m_pShell->m_pShellData->nShellPosY; in OsInitOS()
226 m_pShell->m_pShellData->nShellPosY, in OsInitOS()
228 m_pShell->m_pShellData->nShellPosY+m_pShell->m_pShellData->nShellDimY); in OsInitOS()
235 y = m_pShell->m_pShellData->nShellPosY - winRect.top; in OsInitOS()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h44 int nShellPosY; /*!< Y position of the window. */ member
DPVRShell.cpp67 m_pShellData->nShellPosY=0; in PVRShell()
318 m_pShellData->nShellPosY = value; in PVRShellSet()
421 case prefPositionY: return m_pShellData->nShellPosY; in PVRShellGet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp631 shell.m_pShellData->nShellPosY, // Y position of window in OpenX11Window()
644 sh.y = shell.m_pShellData->nShellPosY; in OpenX11Window()