OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetX
(Results
1 - 7
of
7
) sorted by null
/development/simulator/app/
PhoneButton.h
53
int
GetX
(void) const { return mSelectedImage.
GetX
(); }
PhoneButton.cpp
123
return (x >= mSelectedImage.
GetX
() &&
124
x < mSelectedImage.
GetX
() + mSelectedImage.GetWidth() &&
LoadableImage.h
57
int
GetX
(void) const { return mX; }
PhoneWindow.cpp
254
pViewInfo[i].
GetX
() + pViewInfo[i].GetDisplayX(),
740
pHighlight = pView->FindButtonHit(event.m_x - mpViewInfo[i].
GetX
(),
880
mpViewInfo[view].
GetX
() + pLimg->
GetX
(),
896
mpViewInfo[mpMOHViewIndex].
GetX
() + mpMOHButton->
GetX
(),
921
mpViewInfo[view].
GetX
() + pButton->
GetX
(),
[
all
...]
PhoneWindow.h
63
int
GetX
(void) const { return mX; }
/external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h
237
STDMETHOD_(LONG,
GetX
)(THIS) PURE;
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H
237
STDMETHOD_(LONG,
GetX
)(THIS) PURE;
Completed in 215 milliseconds