/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemevents.c | 330 int posx, posy; local 336 posy = my - y2; 337 if (posy<0) posy = 0; 338 if (posy>h2) posy = h2-1; 340 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...] |
/external/qemu/ |
console.h | 226 void vga_fill_rect (DisplayState *ds, int posx, int posy,
|
console.c | 272 void vga_fill_rect(DisplayState *ds, int posx, int posy, 280 ds_get_linesize(ds) * posy + bpp * posx; [all...] |