Searched refs:screen_height (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | SchedGui.py | 26 (self.screen_width, self.screen_height) = wx.GetDisplaySize() 28 self.screen_height -= 10 39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height)) 48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2)) 131 self.txt = wx.StaticText(self.panel, -1, txt, (0, (self.screen_height / 2) + 50))
|
| /Linux-v5.10/drivers/video/fbdev/ |
| D | hyperv_fb.c | 288 static uint screen_height = HVFB_HEIGHT; variable 624 screen_height = in synthvid_get_supported_resolution() 829 var->xres > screen_width || var->yres > screen_height || in hvfb_check_var() 953 screen_height = y; in hvfb_get_option() 1071 screen_width * screen_height * screen_depth / 8; in hvfb_getmem() 1200 screen_width, screen_height, screen_depth); in hvfb_probe() 1212 info->var.yres_virtual = info->var.yres = screen_height; in hvfb_probe()
|
| /Linux-v5.10/drivers/video/fbdev/omap/ |
| D | hwa742.c | 188 static void enable_tearsync(int y, int width, int height, int screen_height, in enable_tearsync() argument
|