Searched refs:posx (Results 1 – 2 of 2) sorted by relevance
325 int posx, posy; in do_mouse() local328 posx = mx - x2; in do_mouse()329 if (posx<0) posx = 0; in do_mouse()330 if (posx>w2) posx = w2-1; in do_mouse()335 SDL_PrivateMouseMotion(0, 0, posx, posy); in do_mouse()
229 int posx, int posy, int width, int height, uint32_t color) in vga_fill_rect() argument236 ds_get_linesize(ds) * posy + bpp * posx; in vga_fill_rect()