Searched refs:screen_height (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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-6.1.9/arch/m68k/68000/ |
D | screen.h | 4 #define screen_height 240 macro
|
/linux-6.1.9/drivers/video/fbdev/ |
D | hyperv_fb.c | 281 static uint screen_height = HVFB_HEIGHT; variable 606 screen_height = in synthvid_get_supported_resolution() 807 var->xres > screen_width || var->yres > screen_height || in hvfb_check_var() 930 screen_height = y; in hvfb_get_option() 1046 screen_width * screen_height * screen_depth / 8; in hvfb_getmem() 1158 screen_width, screen_height, screen_depth, screen_fb_size); in hvfb_probe() 1170 info->var.yres_virtual = info->var.yres = screen_height; in hvfb_probe()
|
/linux-6.1.9/drivers/video/fbdev/omap/ |
D | hwa742.c | 196 static void enable_tearsync(int y, int width, int height, int screen_height, in enable_tearsync() argument
|