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

  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 617 int xLeft = (int) mX - mLanderWidth / 2;
655 mCrashedImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
659 mFiringImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
663 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 2470 milliseconds