Home
last modified time | relevance | path

Searched refs:map_state (Results 1 – 11 of 11) sorted by relevance

/external/libvncserver/x11vnc/
D8to24.c80 int map_state; member
340 windows_8bpp[i].map_state = IsUnmapped; in check_for_multivis()
378 stack_list[k].map_state == IsViewable) { in check_for_multivis()
400 if (stack_list[k].valid && stack_list[k].map_state == in check_for_multivis()
426 windows_8bpp[i].map_state = IsUnmapped; in check_for_multivis()
471 if (stack_list[k].map_state != IsViewable) { in check_for_multivis()
479 windows_8bpp[i].map_state = in check_for_multivis()
480 stack_list[k].map_state; in check_for_multivis()
692 if (! doall && pattr->map_state != IsViewable) { in check_depth()
724 if (attr->map_state == IsViewable) { in check_depth_win()
[all …]
Dxrecord.c671 attr.map_state = scr_attr_cache[i].map_state; in record_CA()
700 scr_attr_cache[i].map_state = attr.map_state; in record_CA()
714 if (attr.map_state != IsViewable) { in record_CA()
727 attr2.map_state = scr_attr_cache[i].map_state; in record_CA()
756 scr_attr_cache[i].map_state = attr2.map_state; in record_CA()
772 if (attr2.map_state != IsViewable) { in record_CA()
1233 attr.map_state = scr_attr_cache[i].map_state; in record_CW()
1267 scr_attr_cache[i].map_state = attr.map_state; in record_CW()
1280 if (attr.map_state != IsViewable) { in record_CW()
Dwinattr_t.h48 int map_state; member
Duserinput.c1584 stack_list[k].map_state == IsViewable) { in push_scr_ev()
3302 stack_list[k].map_state = in try_copyrect()
3303 attr.map_state; in try_copyrect()
3318 attr.map_state = stack_list[k].map_state; in try_copyrect()
3320 if (attr.map_state != IsViewable) { in try_copyrect()
4205 if (cache_list[idx].map_state == IsUnmapped) { in check_macosx_iconify()
4716 if (attr.map_state == IsUnmapped) { in check_wireframe()
6050 if (cache_list[idx].map_state == IsViewable) { in snap_old()
6067 if (cache_list[idx].map_state == IsViewable) { in snap_old_index()
6089 if (cache_list[idx].map_state == IsViewable) { in lookup_old_stack_index()
[all …]
Dwin_utils.c288 stack_list[j].map_state = IsViewable; in snapshot_stack_list()
356 stack_list[k].map_state = attr.map_state; in update_stack_list()
Dmacosx.c636 a->map_state = IsViewable; in macosx_valid_window()
638 a->map_state = IsUnmapped; in macosx_valid_window()
Dappshare.c712 int map_state; /* IsUnmapped, IsUnviewable, IsViewable */
1582 if (attr.map_state == IsViewable) { in update()
1595 if (attr.map_state != IsViewable) { in update()
Dsolid.c487 if (attr.map_state != IsViewable) { in solid_cde()
515 if (attr.map_state != IsViewable) { in solid_cde()
Dnox11.h1122 int map_state; /* IsUnmapped, IsUnviewable, IsViewable */ member
Dconnections.c3592 win, a.width, a.height, a.depth, a.x, a.y, a.map_state, a.border_width, a.class, in win_fmt()
Dscreen.c2434 if (attr.map_state == IsViewable) { in wait_until_mapped()