Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dwear_ui.cpp59 int frame_y = (gr_fb_height() - frame_height) / 2; in draw_background_locked() local
60 gr_blit(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_background_locked()
Dscreen_ui.cpp450 int frame_y = GetAnimationBaseline(); in draw_foreground_locked() local
451 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_foreground_locked()