Searched refs:win_height (Results 1 - 6 of 6) sorted by relevance

/external/toybox/toys/pending/
H A Dtelnet.c40 unsigned win_height;
215 TT.win_width & 0xff,(TT.win_height >> 8) & 0xff,
216 TT.win_height & 0xff,IAC,SE);
294 TT.win_height = 24; //rows
307 terminal_size(&TT.win_width, &TT.win_height);
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dmain.py275 win_height = screen_height - wint_height
276 self.winp_geometry = (win_x, win_y, win_width, win_height)
277 self.prompt_frame_size = (win_width, win_height)
284 win_height = wint_height
285 self.result_frame_size = (win_width, win_height)
/external/kernel-headers/original/uapi/linux/
H A Domap3isp.h121 * @win_height: Window Height. Range 2 - 256, even values only.
146 __u16 win_height; member in struct:omap3isp_h3a_aewb_config
/external/toybox/generated/
H A Dglobals.h872 unsigned win_height; member in struct:telnet_data
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py476 def win_height(self): member in class:_Root
3612 sh = self._root.win_height()
/external/python/cpython3/Lib/
H A Dturtle.py452 def win_height(self): member in class:_Root
3721 sh = self._root.win_height()

Completed in 520 milliseconds