Home
last modified time | relevance | path

Searched refs:new_w (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
Dscrollevent_t.h44 int new_x, new_y, new_w, new_h; member
Dxrecord.c814 scr_ev[i].new_w = 0; in record_CA()
821 scr_ev[i].new_w = w; in record_CA()
826 scr_ev[i].new_w = w; in record_CA()
833 scr_ev[i].new_w = dx; in record_CA()
838 scr_ev[i].new_w = -dx; in record_CA()
1311 scr_ev[i].new_w = 0; in record_CW()
1318 scr_ev[i].new_w = w; in record_CW()
1323 scr_ev[i].new_w = w; in record_CW()
1330 scr_ev[i].new_w = dx; in record_CW()
1335 scr_ev[i].new_w = -dx; in record_CW()
Duserinput.c1500 nw = scr_ev[ev].new_w; in push_scr_ev()
/external/libvncserver/webclients/novnc/include/
Dui.js533 var display, cur_clip, pos, new_w, new_h;
562 new_w = window.innerWidth - pos.x;
565 display.viewportChange(0, 0, new_w, new_h);