HomeSort by relevance Sort by last modified time
    Searched refs:new_h (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/x11vnc/
scrollevent_t.h 44 int new_x, new_y, new_w, new_h; member in struct:scroll_event
xrecord.c 815 scr_ev[i].new_h = 0;
822 scr_ev[i].new_h = dy;
827 scr_ev[i].new_h = -dy;
834 scr_ev[i].new_h = h;
839 scr_ev[i].new_h = h;
1312 scr_ev[i].new_h = 0;
1319 scr_ev[i].new_h = dy;
1324 scr_ev[i].new_h = -dy;
1331 scr_ev[i].new_h = h;
1336 scr_ev[i].new_h = h
    [all...]
userinput.c     [all...]
  /external/libvncserver/webclients/novnc/include/
ui.js 533 var display, cur_clip, pos, new_w, new_h;
563 new_h = window.innerHeight - pos.y;
565 display.viewportChange(0, 0, new_w, new_h);

Completed in 97 milliseconds