Searched refs:parse_geom (Results 1 - 6 of 6) sorted by relevance

/external/libvncserver/x11vnc/
H A Dutil.h48 extern int parse_geom(char *str, int *wp, int *hp, int *xp, int *yp, int W, int H);
H A Dutil.c61 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
H A Dxinerama.c80 if (! parse_geom(p, &w, &h, &x, &y, dpy_x, dpy_y)) {
H A Dwin_utils.c673 if (parse_geom(cmd+strlen("geom:"), &w, &h, &x, &y, disp_x, disp_y)) {
H A Dscreen.c2377 if (parse_geom(clip_str, &w, &h, &x, &y, wdpy_x, wdpy_y)) {
H A Dremote.c1295 if (parse_geom(p, &w, &h, &x, &y, wdpy_x, wdpy_y)) {

Completed in 561 milliseconds