Searched refs:wm_state (Results 1 – 5 of 5) 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 | 985 #define brw_wm_state_simd_width_for_ksp(wm_state, ksp_idx) \ argument 986 brw_fs_simd_width_for_ksp((ksp_idx), (wm_state)._8PixelDispatchEnable, \ 987 (wm_state)._16PixelDispatchEnable, \ 988 (wm_state)._32PixelDispatchEnable) 990 #define brw_wm_state_has_ksp(wm_state, ksp_idx) \ argument 991 (brw_wm_state_simd_width_for_ksp((wm_state), (ksp_idx)) != 0) 1005 #define brw_wm_prog_data_prog_offset(prog_data, wm_state, ksp_idx) \ argument 1007 brw_wm_state_simd_width_for_ksp(wm_state, ksp_idx)) 1021 #define brw_wm_prog_data_dispatch_grf_start_reg(prog_data, wm_state, ksp_idx) \ argument 1023 brw_wm_state_simd_width_for_ksp(wm_state, ksp_idx)) [all …]
|
/third_party/python/Lib/tkinter/test/ |
D | support.py | 17 cls.root.wm_state('normal')
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 2246 def wm_state(self, newstate=None): member in Wm 2251 state = wm_state
|