Home
last modified time | relevance | path

Searched refs:screen_height (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py26 (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-v4.19/drivers/video/fbdev/
Dhyperv_fb.c235 static uint screen_height = HVFB_HEIGHT; variable
561 var->xres > screen_width || var->yres > screen_height || in hvfb_check_var()
674 screen_height = y; in hvfb_get_option()
801 screen_width, screen_height, screen_depth); in hvfb_probe()
808 info->var.yres_virtual = info->var.yres = screen_height; in hvfb_probe()
/Linux-v4.19/drivers/video/fbdev/omap/
Dhwa742.c201 static void enable_tearsync(int y, int width, int height, int screen_height, in enable_tearsync() argument