Home
last modified time | relevance | path

Searched refs:IsUnmapped (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
D8to24.c340 windows_8bpp[i].map_state = IsUnmapped; in check_for_multivis()
426 windows_8bpp[i].map_state = IsUnmapped; in check_for_multivis()
1246 windows_8bpp[i].map_state = IsUnmapped; in get_8bpp_regions()
Dmacosx.c638 a->map_state = IsUnmapped; in macosx_valid_window()
Duserinput.c4205 if (cache_list[idx].map_state == IsUnmapped) { in check_macosx_iconify()
4716 if (attr.map_state == IsUnmapped) { in check_wireframe()
6195 if (state == IsUnmapped) return "IsUnmapped"; in MState()
8495 attr.map_state = IsUnmapped; in try_to_synthesize_su()
10148 cache_list[idx].map_state = IsUnmapped; in check_ncache()
Dnox11.h497 #define IsUnmapped 0 macro