Searched refs:frame_y (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 59 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()
|
D | screen_ui.cpp | 451 int frame_y = GetAnimationBaseline(); in draw_foreground_locked() local 452 if (frame_x >= 0 && frame_y >= 0 && (frame_x + frame_width) < ScreenWidth() && in draw_foreground_locked() 453 (frame_y + frame_height) < ScreenHeight()) in draw_foreground_locked() 454 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_foreground_locked()
|