Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A 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/arch/m68k/68000/
H A Dscreen.h4 #define screen_height 240 macro
/linux/drivers/video/fbdev/omap/
H A Dhwa742.c196 static void enable_tearsync(int y, int width, int height, int screen_height, in enable_tearsync() argument