Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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))
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dhyperv_fb.c288 static uint screen_height = HVFB_HEIGHT; variable
614 screen_height = in synthvid_get_supported_resolution()
819 var->xres > screen_width || var->yres > screen_height || in hvfb_check_var()
943 screen_height = y; in hvfb_get_option()
1059 screen_width * screen_height * screen_depth / 8; in hvfb_getmem()
1170 screen_width, screen_height, screen_depth, screen_fb_size); in hvfb_probe()
1182 info->var.yres_virtual = info->var.yres = screen_height; in hvfb_probe()
/OK3568_Linux_fs/u-boot/include/
H A Dvbe.h18 u16 screen_height; member
/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Drk_eink_display.c57 u32 screen_height; member
376 part_hdr->screen_height != panel->vir_height){ in read_needed_logo_from_partition()
378 part_hdr->screen_width, part_hdr->screen_height, in read_needed_logo_from_partition()
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dbmp2gray16.c64 uint32_t screen_height; member
563 part_hdr->screen_height = screen_h; in main()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/
H A Dhwa742.c188 static void enable_tearsync(int y, int width, int height, int screen_height, in enable_tearsync() argument