OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xLeft
(Results
1 - 2
of
2
) sorted by null
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java
619
int
xLeft
= (int) mX - mLanderWidth / 2;
657
mCrashedImage.setBounds(
xLeft
, yTop,
xLeft
+ mLanderWidth, yTop
661
mFiringImage.setBounds(
xLeft
, yTop,
xLeft
+ mLanderWidth, yTop
665
mLanderImage.setBounds(
xLeft
, yTop,
xLeft
+ mLanderWidth, yTop
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c
585
iLeft = rcl.
xLeft
* pVideo->hidden->SrcBufferDesc.uiXResolution / swp.cx - iXScaleError;
586
iWidth = ((rcl.xRight-rcl.
xLeft
) * pVideo->hidden->SrcBufferDesc.uiXResolution + swp.cx-1)
[
all
...]
Completed in 146 milliseconds