Home
last modified time | relevance | path

Searched refs:wm_state (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dzoomheight.py38 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)
H A Dwindow.py85 if self.wm_state() == "iconic":
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h985 #define brw_wm_state_simd_width_for_ksp(wm_state, ksp_idx) \
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) \
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) \
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) \
1023 brw_wm_state_simd_width_for_ksp(wm_state, ksp_id
[all...]
/third_party/python/Lib/tkinter/test/
H A Dsupport.py17 cls.root.wm_state('normal')
/third_party/python/Lib/tkinter/
H A D__init__.py2273 def wm_state(self, newstate=None): member in Wm
2278 state = wm_state

Completed in 10 milliseconds