HomeSort by relevance Sort by last modified time
    Searched defs:new_y (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) {
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...]
  /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);
  /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 66 milliseconds