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

  /external/libvncserver/x11vnc/
scrollevent_t.h 44 int new_x, new_y, new_w, new_h; member in struct:scroll_event
xrandr.c 58 static void handle_xrandr_change(int new_x, int new_y);
87 int new_x, new_y; local
100 if (! get_window_size(subwin, &new_x, &new_y)) {
106 if (wdpy_x == new_x && wdpy_y == new_y) {
121 if (new_x == newer_x && new_y == newer_y) {
127 new_y = newer_y;
132 subwin, wdpy_x, new_x, wdpy_y, new_y);
136 handle_xrandr_change(new_x, new_y);
140 static void handle_xrandr_change(int new_x, int new_y) {
177 if (new_x < wdpy_x || new_y < wdpy_y)
    [all...]
xrecord.c 813 scr_ev[i].new_y = 0;
820 scr_ev[i].new_y = ry + src_y;
825 scr_ev[i].new_y = ry + dst_y + h;
832 scr_ev[i].new_y = rx + src_y;
837 scr_ev[i].new_y = ry + src_y;
1310 scr_ev[i].new_y = 0;
1317 scr_ev[i].new_y = ry + src_y;
1322 scr_ev[i].new_y = ry + dst_y + h;
1329 scr_ev[i].new_y = rx + src_y;
1334 scr_ev[i].new_y = ry + src_y
    [all...]
userinput.c     [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 148 * If B_is_usable is set to 0, sqrt_A2my2 = sqrt(A*A - y*y), and new_y = y.
150 * rescaled, and new_y is similarly rescaled.
154 double *sqrt_A2my2, double *new_y)
206 *new_y = y;
216 *new_y = y * (2 / DBL_EPSILON);
255 *new_y = y * (4 / DBL_EPSILON / DBL_EPSILON);
277 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
323 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
327 ry = atan2(new_y, sqrt_A2my2);
catrigf.c 89 float *sqrt_A2my2, float *new_y)
116 *new_y = y;
121 *new_y = y * (2 / FLT_EPSILON);
138 *new_y = y * (4 / FLT_EPSILON / FLT_EPSILON);
148 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
184 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
188 ry = atan2f(new_y, sqrt_A2my2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 228 new_y = text.winfo_rooty() + y
232 new_y += cy
235 new_y -= acw_height
236 acw.wm_geometry("+%d+%d" % (new_x, new_y))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 228 new_y = text.winfo_rooty() + y
232 new_y += cy
235 new_y -= acw_height
236 acw.wm_geometry("+%d+%d" % (new_x, new_y))
  /external/libvncserver/webclients/novnc/include/
display.js 424 that.copyImage = function(old_x, old_y, new_x, new_y, w, h) {
426 x2 = new_x - viewport.x, y2 = new_y - viewport.y;
  /external/webp/src/enc/
picture_csp.c 540 const int new_y = (int)best_y[off] + diff_y; local
541 best_y[off] = clip_y(new_y);
    [all...]

Completed in 355 milliseconds