Searched refs:wm_state (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | zoomheight.py | 38 if top.wm_state() != 'normal': 66 orig_state = top.wm_state() 70 top.wm_state('zoomed') 90 top.wm_state('normal') 105 top.wm_state(orig_state)
|
D | window.py | 85 if self.wm_state() == "iconic":
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compiler.h | 967 #define brw_wm_state_simd_width_for_ksp(wm_state, ksp_idx) \ argument 968 brw_fs_simd_width_for_ksp((ksp_idx), (wm_state)._8PixelDispatchEnable, \ 969 (wm_state)._16PixelDispatchEnable, \ 970 (wm_state)._32PixelDispatchEnable) 972 #define brw_wm_state_has_ksp(wm_state, ksp_idx) \ argument 973 (brw_wm_state_simd_width_for_ksp((wm_state), (ksp_idx)) != 0) 987 #define brw_wm_prog_data_prog_offset(prog_data, wm_state, ksp_idx) \ argument 989 brw_wm_state_simd_width_for_ksp(wm_state, ksp_idx)) 1003 #define brw_wm_prog_data_dispatch_grf_start_reg(prog_data, wm_state, ksp_idx) \ argument 1005 brw_wm_state_simd_width_for_ksp(wm_state, ksp_idx)) [all …]
|
/third_party/weston/xwayland/ |
D | xwayland.h | 102 xcb_atom_t wm_state; member
|
D | window-manager.c | 1041 wm->atom.wm_state, in weston_wm_window_set_wm_state() 1042 wm->atom.wm_state, in weston_wm_window_set_wm_state() 2382 { "WM_STATE", F(atom.wm_state) }, in weston_wm_get_resources()
|
/third_party/python/Lib/tkinter/test/ |
D | support.py | 17 cls.root.wm_state('normal')
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_state_upload.c | 2062 static const struct brw_tracked_state genX(wm_state) = { 5609 &genX(wm_state), 5684 &genX(wm_state), 5777 &genX(wm_state), 5871 &genX(wm_state),
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 2246 def wm_state(self, newstate=None): member in Wm 2251 state = wm_state
|