Searched refs:new_y (Results 1 – 6 of 6) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xrandr.c | 58 static void handle_xrandr_change(int new_x, int new_y); 87 int new_x, new_y; in handle_subwin_resize() local 100 if (! get_window_size(subwin, &new_x, &new_y)) { in handle_subwin_resize() 106 if (wdpy_x == new_x && wdpy_y == new_y) { in handle_subwin_resize() 121 if (new_x == newer_x && new_y == newer_y) { in handle_subwin_resize() 127 new_y = newer_y; in handle_subwin_resize() 132 subwin, wdpy_x, new_x, wdpy_y, new_y); in handle_subwin_resize() 136 handle_xrandr_change(new_x, new_y); in handle_subwin_resize() 140 static void handle_xrandr_change(int new_x, int new_y) { in handle_xrandr_change() argument 177 if (new_x < wdpy_x || new_y < wdpy_y) { in handle_xrandr_change()
|
D | scrollevent_t.h | 44 int new_x, new_y, new_w, new_h; member
|
D | xrecord.c | 813 scr_ev[i].new_y = 0; in record_CA() 820 scr_ev[i].new_y = ry + src_y; in record_CA() 825 scr_ev[i].new_y = ry + dst_y + h; in record_CA() 832 scr_ev[i].new_y = rx + src_y; in record_CA() 837 scr_ev[i].new_y = ry + src_y; in record_CA() 1310 scr_ev[i].new_y = 0; in record_CW() 1317 scr_ev[i].new_y = ry + src_y; in record_CW() 1322 scr_ev[i].new_y = ry + dst_y + h; in record_CW() 1329 scr_ev[i].new_y = rx + src_y; in record_CW() 1334 scr_ev[i].new_y = ry + src_y; in record_CW()
|
D | userinput.c | 1499 ny = scr_ev[ev].new_y; in push_scr_ev()
|
/external/libvncserver/webclients/novnc/include/ |
D | display.js | 424 that.copyImage = function(old_x, old_y, new_x, new_y, w, h) { argument 426 x2 = new_x - viewport.x, y2 = new_y - viewport.y;
|
/external/webp/src/enc/ |
D | picture_csp.c | 540 const int new_y = (int)best_y[off] + diff_y; in PreprocessARGB() local 541 best_y[off] = clip_y(new_y); in PreprocessARGB()
|