Searched refs:cmap8to24 (Results 1 – 9 of 9) sorted by relevance
/external/libvncserver/x11vnc/ |
D | options.h | 153 extern int cmap8to24;
|
D | screen.c | 3084 if (cmap8to24) { 3088 cmap8to24 = 0; 3093 cmap8to24 = 0; 3102 cmap8to24 = 0; 3164 if (cmap8to24) { 3290 if (cmap8to24 && depth <= 16 && dpy) { 3470 if (cmap8to24) { 3549 if (cmap8to24) { 3576 } else if (cmap8to24) { 3603 if (scaling || rotating || cmap8to24) {
|
D | options.c | 183 int cmap8to24 = 0; /* -8to24 */ variable
|
D | remote.c | 1454 snprintf(buf, bufn, "ans=%s:%d", p, cmap8to24); in process_remote_cmd() 1462 cmap8to24 = 1; in process_remote_cmd() 1472 snprintf(buf, bufn, "ans=%s:%d", p, !cmap8to24); in process_remote_cmd() 1476 cmap8to24 = 0; in process_remote_cmd() 1493 cmap8to24 = 0; in process_remote_cmd() 1495 cmap8to24 = 1; in process_remote_cmd()
|
D | scan.c | 1326 if (cmap8to24 && cmap8to24_fb) { in scale_and_mark_rect() 1673 if (cmap8to24) { in mark_rect_as_modified() 3402 if (cmap8to24 && scan_count % 1 == 0) { in scan_for_updates()
|
D | 8to24.c | 1827 if (! cmap8to24 || ! cmap8to24_fb) { 2062 if (! cmap8to24 || !cmap8to24_fb) {
|
D | x11vnc.c | 1460 fprintf(stderr, " cmap8to24: %d\n", cmap8to24); in print_settings() 2374 cmap8to24 = 1; in main() 4823 if (cmap8to24 && overlay) { in main()
|
D | cursor.c | 1025 if (cmap8to24 && cmap8to24_fb && depth <= 16) { in pixels2curs()
|
D | userinput.c | 826 if (cmap8to24 && cmap8to24_fb) { in draw_box() 1912 if (!cmap8to24 || !cmap8to24_fb) { in do_copyregion() 1925 if (cmap8to24) { in do_copyregion() 5068 if (frame_changed && cmap8to24 /* && multivis_count */) { in check_wireframe() 8151 if (cmap8to24 && cmap8to24_fb) { in scale_mark_xrootpmap()
|