Searched refs:disp_height (Results 1 – 2 of 2) sorted by relevance
198 disp_height = int(disp_width * dev_height / dev_width)200 disp_offset_y = screen_height - disp_height202 disp_height = int(screen_height * display_ratio)203 disp_width = int(disp_height * dev_width / dev_height)205 disp_offset_y = screen_height - disp_height207 return (disp_width, disp_height, disp_offset_x, disp_offset_y)
21 static uint32_t disp_width = 0, disp_height = 0; variable312 retval = VbExDisplayInit(&disp_width, &disp_height); in VbDisplayScreen()