Home
last modified time | relevance | path

Searched refs:frame_height (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_ui/
Dwear_ui.cpp57 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()
Dscreen_ui.cpp448 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()