OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nShellPosX
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp
188
p.x = m_pShell->m_pShellData->
nShellPosX
;
225
m_pShell->m_pShellData->
nShellPosX
,
227
m_pShell->m_pShellData->
nShellPosX
+m_pShell->m_pShellData->nShellDimX,
231
x = m_pShell->m_pShellData->
nShellPosX
- winRect.left;
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShellImpl.h
43
int
nShellPosX
; /*!< X position of the window. */
PVRShell.cpp
66
m_pShellData->
nShellPosX
=0;
313
m_pShellData->
nShellPosX
= value;
420
case prefPositionX: return m_pShellData->
nShellPosX
;
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp
630
shell.m_pShellData->
nShellPosX
, // X position of window
643
sh.x = shell.m_pShellData->
nShellPosX
;
Completed in 5942 milliseconds