HomeSort by relevance Sort by last modified time
    Searched refs:nShellPosY (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 189 p.y = m_pShell->m_pShellData->nShellPosY;
226 m_pShell->m_pShellData->nShellPosY,
228 m_pShell->m_pShellData->nShellPosY+m_pShell->m_pShellData->nShellDimY);
235 y = m_pShell->m_pShellData->nShellPosY - winRect.top;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShellImpl.h 44 int nShellPosY; /*!< Y position of the window. */
PVRShell.cpp 67 m_pShellData->nShellPosY=0;
318 m_pShellData->nShellPosY = value;
421 case prefPositionY: return m_pShellData->nShellPosY;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp 631 shell.m_pShellData->nShellPosY, // Y position of window
644 sh.y = shell.m_pShellData->nShellPosY;

Completed in 9450 milliseconds