Searched refs:ymax (Results 1 – 4 of 4) sorted by relevance
55 #define SCALE(xmax,ymax,x) (((x)*(ymax)+(xmax)/2)/(xmax)) argument
21 void ikbd_mouse_abs_pos(int xmax, int ymax);
574 void ikbd_mouse_abs_pos(int xmax, int ymax) in ikbd_mouse_abs_pos() argument576 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos()
41 char ymax; member