Home
last modified time | relevance | path

Searched refs:w_in (Results 1 – 6 of 6) sorted by relevance

/external/libvncserver/x11vnc/
Dxdamage.h56 extern int collect_non_X_xdamage(int x_in, int y_in, int w_in, int h_in, int call);
Dscreen.h51 int *nomult4, int *pad, int *interpolate, int *numer, int *denom, int w_in, int h_in);
Dxdamage.c68 int collect_non_X_xdamage(int x_in, int y_in, int w_in, int h_in, int call);
260 int collect_non_X_xdamage(int x_in, int y_in, int w_in, int h_in, int call) { in collect_non_X_xdamage() argument
270 …ntf(stderr, "collect_non_X_xdamage: %d %d %d %d - %d / %d\n", x_in, y_in, w_in, h_in, call, use_xd… in collect_non_X_xdamage()
307 w = w_in; in collect_non_X_xdamage()
Dcursor.c593 int w_in = 0, h_in = 0; in setup_cursors() local
730 w_in = wdpy_x; in setup_cursors()
733 w_in = dpy_x; in setup_cursors()
741 &scale_cursor_numer, &scale_cursor_denom, w_in, h_in); in setup_cursors()
DmacosxCG.c71 extern int collect_non_X_xdamage(int x_in, int y_in, int w_in, int h_in, int call);
Dscreen.c79 int *nomult4, int *pad, int *interpolate, int *numer, int *denom, int w_in, int h_in);
2801 int *nomult4, int *pad, int *interpolate, int *numer, int *denom, int w_in, int h_in) { in parse_scale_string() argument
2884 } else if (sscanf(tstr, "%dx%d", &m, &n) == 2 && w_in > 0 && h_in > 0) { in parse_scale_string()
2885 *factor_x = ((double) m) / ((double) w_in); in parse_scale_string()