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

  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemevents.c 325 int posx, posy; local
331 posy = my - y2;
332 if (posy<0) posy = 0;
333 if (posy>h2) posy = h2-1;
335 SDL_PrivateMouseMotion(0, 0, posx, posy);
  /external/ganymed-ssh2/examples/
SwingShell.java 187 int posy = 0; field in class:SwingShell.TerminalDialog.RemoteConsumer
212 posy++;
213 if (posy >= y)
217 posy--;
233 posy++;
234 if (posy >= y)
236 posy--;
245 if (lines[posy] == null)
247 lines[posy] = new char[x];
249 lines[posy][k] = ' '
    [all...]

Completed in 3195 milliseconds