Home
last modified time | relevance | path

Searched refs:tile_has_diff (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
Dscan.c137 tile_has_diff = (unsigned char *) in initialize_tiles()
161 if (tile_has_diff) { in free_tiles()
162 free(tile_has_diff); in free_tiles()
163 tile_has_diff = NULL; in free_tiles()
595 if (tile_has_diff[n]) { in hint_updates()
1769 tile_has_diff[n] = 0; in copy_tiles()
1861 tile_has_diff[n+(t-1)] = 0; in copy_tiles()
1872 tile_has_diff[n+(t-1)] = 0; in copy_tiles()
1874 tile_has_diff[n+(t-1)] = 1; in copy_tiles()
2070 if (tile_has_diff[n]) { in copy_all_tiles()
[all …]
Dx11vnc_defs.c156 unsigned char *tile_has_diff = NULL, *tile_tried = NULL, *tile_copied = NULL; variable
Dx11vnc.h584 extern unsigned char *tile_has_diff, *tile_tried, *tile_copied;