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

  /external/libvncserver/x11vnc/
util.h 48 extern int parse_geom(char *str, int *wp, int *hp, int *xp, int *yp, int W, int H);
util.c 61 int parse_geom(char *str, int *wp, int *hp, int *xp, int *yp, int W, int H);
206 int parse_geom(char *str, int *wp, int *hp, int *xp, int *yp, int W, int H) { function
xinerama.c 80 if (! parse_geom(p, &w, &h, &x, &y, dpy_x, dpy_y)) {
win_utils.c 673 if (parse_geom(cmd+strlen("geom:"), &w, &h, &x, &y, disp_x, disp_y)) {
screen.c     [all...]
remote.c 1295 if (parse_geom(p, &w, &h, &x, &y, wdpy_x, wdpy_y)) {
    [all...]

Completed in 164 milliseconds