Searched refs:screen_height (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/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.4/drivers/video/fbdev/ |
| D | hyperv_fb.c | 226 static uint screen_height = HVFB_HEIGHT; variable 552 var->xres > screen_width || var->yres > screen_height || in hvfb_check_var() 665 screen_height = y; in hvfb_get_option() 790 screen_width, screen_height, screen_depth); in hvfb_probe() 797 info->var.yres_virtual = info->var.yres = screen_height; in hvfb_probe()
|
| /Linux-v5.4/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
|