Home
last modified time | relevance | path

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

/openbmc/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))
/openbmc/linux/arch/m68k/68000/
H A Dscreen.h4 #define screen_height 240 macro
/openbmc/linux/drivers/video/fbdev/
H A Dhyperv_fb.c281 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()
1043 screen_width * screen_height * screen_depth / 8; in hvfb_getmem()
1153 screen_width, screen_height, screen_depth, screen_fb_size); in hvfb_probe()
1163 info->var.yres_virtual = info->var.yres = screen_height; in hvfb_probe()
/openbmc/u-boot/include/
H A Dvbe.h17 u16 screen_height; member
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch267 + uint32_t screen_height;
394 + state->screen_height = 860;
402 …wl_egl_window = wl_egl_window_create(state->wl_surface, state->screen_width, state->screen_height);
440 + glViewport(0, 0, (GLsizei)state->screen_width, (GLsizei)state->screen_height);
446 + hwd = hht * (float)state->screen_width / (float)state->screen_height;
611 + state->screen_height);
/openbmc/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