Searched refs:su_w (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/x11vnc/ |
D | winattr_t.h | 56 int su_x, su_y, su_w, su_h; member
|
D | userinput.c | 3891 int su_w = cache_list[nidx].su_w; in ncache_post_portions() local 3899 if (db) fprintf(stderr, "su: %dx%d+%d+%d bs: %dx%d+%d+%d\n", su_w, su_h, su_x, su_y, bs_w, bs_h, b… in ncache_post_portions() 3907 su_w = cache_list[nidx].su_w; in ncache_post_portions() 4029 r1 = sraRgnCreateRect(su_x, su_y, su_x + su_w, su_y + su_h); in ncache_post_portions() 4081 (unsigned int) cache_list[nidx].win, nidx, su_w, su_h, su_x, su_y, bs_w, bs_h, bs_x, bs_y); in ncache_post_portions() 6124 cache_list[k].su_w = -1; \ 6236 w = cache_list[idx].su_w; in free_rect() 6772 int su_w = cache_list[i].su_w; in find_rect() local 6780 r2 = sraRgnCreateRect(su_x, su_y, su_x+su_w, su_y+su_h); in find_rect() 6961 cache_list[idx].su_w = w; in find_rect() [all …]
|