Home
last modified time | relevance | path

Searched refs:use_xdamage (Results 1 – 8 of 8) sorted by relevance

/external/libvncserver/x11vnc/
Dxdamage.c47 int use_xdamage = XDAMAGE; /* use the xdamage rects for scanline hints */ variable
220 if (! xdamage_present || ! use_xdamage) { in clear_xdamage_mark_region()
270 …derr, "collect_non_X_xdamage: %d %d %d %d - %d / %d\n", x_in, y_in, w_in, h_in, call, use_xdamage); in collect_non_X_xdamage()
272 if (! use_xdamage) { in collect_non_X_xdamage()
411 if (! xdamage_present || ! use_xdamage) { in collect_xdamage()
650 if (! xdamage_present || ! use_xdamage) { in xdamage_hint_skip()
741 use_xdamage = 0; in initialize_xdamage()
752 if (use_xdamage) { in initialize_xdamage()
821 if (client_count && use_xdamage) { in check_xdamage_state()
Dxdamage.h41 extern int use_xdamage;
Dscan.c2881 if (nap_ok && ! nap_in && use_xdamage) { in nap_set()
3188 if (use_xdamage) { in scan_display()
3192 if (xd_do_check && dpy && use_xdamage == 1) { in scan_display()
3410 if (use_xdamage) { in scan_for_updates()
3446 if (use_xdamage) { in scan_for_updates()
3481 if (dpy && use_xdamage == 1) { in scan_for_updates()
3499 use_xdamage = 0; in scan_for_updates()
Dx11vnc.c1609 fprintf(stderr, " xdamage: %d\n", use_xdamage); in print_settings()
2050 int orig_use_xdamage = use_xdamage; in main()
3764 use_xdamage++; in main()
3768 use_xdamage = 0; in main()
4185 orig_use_xdamage = use_xdamage; in main()
5298 use_xdamage = 0; in main()
5300 if (! quiet && xdamage_present && use_xdamage && ! raw_fb_str) { in main()
5626 use_xdamage = orig_use_xdamage;
5627 if (use_xdamage) {
Dremote.c3262 int orig = use_xdamage; in process_remote_cmd()
3264 snprintf(buf, bufn, "ans=%s:%d", p, use_xdamage); in process_remote_cmd()
3274 use_xdamage = 1; in process_remote_cmd()
3275 if (use_xdamage != orig) { in process_remote_cmd()
3282 int orig = use_xdamage; in process_remote_cmd()
3284 snprintf(buf, bufn, "ans=%s:%d", p, !use_xdamage); in process_remote_cmd()
3293 use_xdamage = 0; in process_remote_cmd()
3294 if (use_xdamage != orig) { in process_remote_cmd()
Dscreen.c518 save[i++] = use_xdamage; in set_nofb_params()
539 use_xdamage = save[i++]; in set_nofb_params()
566 use_xdamage = 0; in set_nofb_params()
1195 if (use_xdamage) { in vnc_reflect_got_update()
4251 if (use_xdamage) {
4605 if (use_xdamage && last_dt > xdamage_thrash) {
Dxevents.c1644 int bugout = use_xdamage ? 500 : 50; in check_xevents()
Duserinput.c2415 if (! use_xdamage) { in mark_for_xdamage()
2446 if (! use_xdamage) { in set_xdamage_mark()
5093 if (use_xdamage) { in check_wireframe()