/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemevents.c | 330 int posx, posy; local 333 posx = mx - x2; 334 if (posx<0) posx = 0; 335 if (posx>w2) posx = w2-1; 340 SDL_PrivateMouseMotion(0, 0, posx, posy);
|
/external/ganymed-ssh2/examples/ |
SwingShell.java | 188 int posx = 0; field in class:SwingShell.TerminalDialog.RemoteConsumer 198 if (posx < 0) 200 posx--; 206 posx = 0; 230 if (posx >= x) 232 posx = 0; 252 lines[posy][posx] = c; 253 posx++;
|
/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...] |