Searched refs:x_hit (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/x11vnc/ |
D | userinput.c | 6266 void expire_rects1(int idx, int w, int h, int *x_hit, int *y_hit, int big1, int big2, int cram) { in expire_rects1() argument 6270 if (*x_hit < 0) { in expire_rects1() 6327 ik, cache_list[ik].win, w, h, x, y, *x_hit, *y_hit, k_w, k_h, k_x, k_y, k_w * k_h, w * h); in expire_rects1() 6332 *x_hit = k_x; in expire_rects1() 6337 r2 = sraRgnCreateRect(*x_hit, *y_hit, *x_hit + w, *y_hit + h); in expire_rects1() 6350 if (*x_hit < 0) { in expire_rects1() 6405 *x_hit = x0; in expire_rects1() 6411 …ntf(stderr, ">>**--**>> found rect via FORCE: %dx%d+%d+%d -- %d %d\n", w, h, x, y, *x_hit, *y_hit); in expire_rects1() 6418 void expire_rects2(int idx, int w, int h, int *x_hit, int *y_hit, int big1, int big2, int cram) { in expire_rects2() argument 6627 *x_hit = -1; in expire_rects2() [all …]
|