Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dhelp.c5878 grow_fill, in print_help()
Doptions.h378 extern int grow_fill;
Doptions.c487 int grow_fill = 3; /* do the grow islands heuristic with this width. */ variable
Dremote.c5043 snprintf(buf, bufn, "ans=%s%s%d", p, co, grow_fill); in process_remote_cmd()
5050 grow_fill, g); in process_remote_cmd()
5051 grow_fill = g; in process_remote_cmd()
5066 grow_fill = f; in process_remote_cmd()
Dscan.c2348 } else if (*run < grow_fill) { in island_try()
3633 if (grow_fill && tile_diffs > 4) { in scan_for_updates()
Dx11vnc.c1617 fprintf(stderr, " grow_fill: %d\n", grow_fill); in print_settings()
3842 grow_fill = atoi(argv[++i]); in main() local