OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:posx
(Results
1 - 2
of
2
) sorted by null
/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
++;
Completed in 75 milliseconds