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

  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 130 Sint16 rotatedY;
155 rotatedY = *y;
157 *y = rotatedY;
167 rotatedY = *x;
169 *y = rotatedY;
175 rotatedY = SDL_VideoSurface->h - *x;
177 *y = rotatedY;
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp     [all...]

Completed in 44 milliseconds