Searched refs:bs_x (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/x11vnc/ |
D | winattr_t.h | 55 int bs_x, bs_y, bs_w, bs_h; member
|
D | userinput.c | 3781 int bs_x = cache_list[nidx].bs_x; in ncache_pre_portions() local 3788 if (bs_x < 0) { in ncache_pre_portions() 3793 bs_x = cache_list[nidx].bs_x; in ncache_pre_portions() 3798 if (bs_x < 0) { in ncache_pre_portions() 3831 dx = bs_x - orig_x; in ncache_pre_portions() 3838 … dnow() - ntim, bs_x - orig_x, bs_y - orig_y, dx, dy, orig_w, orig_h, orig_x, orig_y, bs_x, bs_y); in ncache_pre_portions() 3859 dx = bs_x - x; in ncache_pre_portions() 3893 int bs_x = cache_list[nidx].bs_x; in ncache_post_portions() local 3899 …intf(stderr, "su: %dx%d+%d+%d bs: %dx%d+%d+%d\n", su_w, su_h, su_x, su_y, bs_w, bs_h, bs_x, bs_y); in ncache_post_portions() 3901 if (bs_x < 0) { in ncache_post_portions() [all …]
|