HomeSort by relevance Sort by last modified time
    Searched defs:new_x (Results 1 - 5 of 5) 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) {
126 new_x = newer_x;
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...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
408 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
416 rx = atan2(sqrt_A2mx2, new_x);
418 rx = atan2(sqrt_A2mx2, -new_x);
catrigf.c 203 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
242 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
250 rx = atan2f(sqrt_A2mx2, new_x);
252 rx = atan2f(sqrt_A2mx2, -new_x);
  /external/opencv/cv/src/
cvemd.cpp 836 CvNode2D *new_x; local
843 new_x = loop[0] = enter_x;
852 new_x = state->rows_x[new_x->i];
853 while( new_x != 0 && is_used[new_x - _x] )
854 new_x = new_x->next[0];
859 new_x = state->cols_x[new_x->j]
    [all...]

Completed in 223 milliseconds