Searched refs:frame_height (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 57 int frame_height = gr_get_height(frame); in draw_background_locked() local 59 int frame_y = (gr_fb_height() - frame_height) / 2; in draw_background_locked() 60 gr_blit(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_background_locked()
|
D | screen_ui.cpp | 448 int frame_height = gr_get_height(frame); in draw_foreground_locked() local 451 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_foreground_locked()
|