Searched refs:ncache_copyrect (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/x11vnc/ |
D | options.h | 244 extern int ncache_copyrect;
|
D | options.c | 310 int ncache_copyrect = 0; variable
|
D | remote.c | 3500 snprintf(buf, bufn, "ans=%s:%d", p, ncache_copyrect); in process_remote_cmd() 3503 ncache_copyrect = 1; in process_remote_cmd() 3504 rfbLog("remote_cmd: set -ncache_cr %d\n", ncache_copyrect); in process_remote_cmd() 3509 snprintf(buf, bufn, "ans=%s:%d", p, !ncache_copyrect); in process_remote_cmd() 3512 ncache_copyrect = 0; in process_remote_cmd() 3513 rfbLog("remote_cmd: disabled -ncache_cr %d\n", ncache_copyrect); in process_remote_cmd()
|
D | x11vnc.c | 3453 ncache_copyrect = 1; in main()
|
D | userinput.c | 4577 if (use_threads && ncache > 0 && ncache_copyrect) { in check_wireframe() 4816 if (!ncache_copyrect) { in check_wireframe()
|