Searched defs:posx (Results 1 - 3 of 3) sorted by relevance

/external/ganymed-ssh2/examples/
H A DSwingShell.java188 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/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemevents.c330 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/qemu/
H A Dconsole.c272 void vga_fill_rect(DisplayState *ds, int posx, int posy, argument
280 ds_get_linesize(ds) * posy + bpp * posx;

Completed in 680 milliseconds