Home
last modified time | relevance | path

Searched refs:wm_states (Results 1 – 17 of 17) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/desktop_aura/
H A Dx11_topmost_window_finder_interactive_uitest.cc41 std::vector<Atom> wm_states; in ShouldKeepOnWaiting() local
42 if (ui::GetAtomArrayProperty(xwindow(), "_NET_WM_STATE", &wm_states)) { in ShouldKeepOnWaiting()
43 return !base::Contains(wm_states, gfx::GetAtom("_NET_WM_STATE_HIDDEN")); in ShouldKeepOnWaiting()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/desktop_aura/
H A Dx11_topmost_window_finder_interactive_uitest.cc53 std::vector<x11::Atom> wm_states; in ShouldKeepOnWaiting() local
54 if (ui::GetAtomArrayProperty(xwindow(), "_NET_WM_STATE", &wm_states)) { in ShouldKeepOnWaiting()
55 return !base::Contains(wm_states, gfx::GetAtom("_NET_WM_STATE_HIDDEN")); in ShouldKeepOnWaiting()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/x11/
H A Dgrab.c417 Atom wm_states[2]; in create_window() local
423 wm_states[num_props++] = in create_window()
428 wm_states[num_props++] = in create_window()
434 (unsigned char *)wm_states, num_props); in create_window()
/dports/graphics/cairo/cairo-1.17.4/src/drm/
H A Dcairo-drm-i965-surface.c233 _cairo_hash_table_remove (device->wm_states, entry); in wm_states_pluck()
270 _cairo_hash_table_foreach (device->wm_states, in i965_general_state_reset()
1780 _cairo_hash_table_destroy (device->wm_states); in _i965_device_destroy()
1854 device->wm_states = _cairo_hash_table_create (i965_wm_state_equal); in _cairo_drm_i965_device_create()
1855 if (unlikely (device->wm_states == NULL)) in _cairo_drm_i965_device_create()
1914 _cairo_hash_table_destroy (device->wm_states); in _cairo_drm_i965_device_create()
H A Dcairo-drm-i965-private.h381 cairo_hash_table_t *wm_states; member
H A Dcairo-drm-i965-shader.c1964 cache = _cairo_hash_table_lookup (device->wm_states, &key.entry); in gen4_create_wm_state()
2006 status = _cairo_hash_table_insert (device->wm_states, &cache->entry); in gen4_create_wm_state()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i965-surface.c233 _cairo_hash_table_remove (device->wm_states, entry); in wm_states_pluck()
270 _cairo_hash_table_foreach (device->wm_states, in i965_general_state_reset()
1780 _cairo_hash_table_destroy (device->wm_states); in _i965_device_destroy()
1854 device->wm_states = _cairo_hash_table_create (i965_wm_state_equal); in _cairo_drm_i965_device_create()
1855 if (unlikely (device->wm_states == NULL)) in _cairo_drm_i965_device_create()
1914 _cairo_hash_table_destroy (device->wm_states); in _cairo_drm_i965_device_create()
H A Dcairo-drm-i965-private.h381 cairo_hash_table_t *wm_states; member
H A Dcairo-drm-i965-shader.c1964 cache = _cairo_hash_table_lookup (device->wm_states, &key.entry); in gen4_create_wm_state()
2006 status = _cairo_hash_table_insert (device->wm_states, &cache->entry); in gen4_create_wm_state()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i965-surface.c233 _cairo_hash_table_remove (device->wm_states, entry); in wm_states_pluck()
270 _cairo_hash_table_foreach (device->wm_states, in i965_general_state_reset()
1780 _cairo_hash_table_destroy (device->wm_states); in _i965_device_destroy()
1854 device->wm_states = _cairo_hash_table_create (i965_wm_state_equal); in _cairo_drm_i965_device_create()
1855 if (unlikely (device->wm_states == NULL)) in _cairo_drm_i965_device_create()
1914 _cairo_hash_table_destroy (device->wm_states); in _cairo_drm_i965_device_create()
H A Dcairo-drm-i965-private.h381 cairo_hash_table_t *wm_states; member
H A Dcairo-drm-i965-shader.c1964 cache = _cairo_hash_table_lookup (device->wm_states, &key.entry); in gen4_create_wm_state()
2006 status = _cairo_hash_table_insert (device->wm_states, &cache->entry); in gen4_create_wm_state()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-i965-surface.c233 _cairo_hash_table_remove (device->wm_states, entry); in wm_states_pluck()
270 _cairo_hash_table_foreach (device->wm_states, in i965_general_state_reset()
1780 _cairo_hash_table_destroy (device->wm_states); in _i965_device_destroy()
1854 device->wm_states = _cairo_hash_table_create (i965_wm_state_equal); in _cairo_drm_i965_device_create()
1855 if (unlikely (device->wm_states == NULL)) in _cairo_drm_i965_device_create()
1914 _cairo_hash_table_destroy (device->wm_states); in _cairo_drm_i965_device_create()
H A Dcairo-drm-i965-private.h381 cairo_hash_table_t *wm_states; member
H A Dcairo-drm-i965-shader.c1964 cache = _cairo_hash_table_lookup (device->wm_states, &key.entry); in gen4_create_wm_state()
2006 status = _cairo_hash_table_insert (device->wm_states, &cache->entry); in gen4_create_wm_state()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/x/
H A Dx11_util.cc442 std::vector<x11::Atom> wm_states; in IsWindowVisible() local
443 if (GetAtomArrayProperty(window, "_NET_WM_STATE", &wm_states)) { in IsWindowVisible()
445 if (base::Contains(wm_states, hidden_atom)) in IsWindowVisible()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/x/
H A Dx11_util.cc560 std::vector<XAtom> wm_states; in IsWindowVisible() local
561 if (GetAtomArrayProperty(window, "_NET_WM_STATE", &wm_states)) { in IsWindowVisible()
563 if (base::Contains(wm_states, hidden_atom)) in IsWindowVisible()