Searched refs:frame_y (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 105 int frame_y = (gr_fb_height() - frame_height) / 2; in draw_background_locked() local 106 gr_blit(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_background_locked() 149 int frame_y = GetAnimationBaseline(); in draw_circle_foreground_locked() local 150 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_circle_foreground_locked()
|
D | screen_ui.cpp | 457 int frame_y = GetAnimationBaseline(); in draw_foreground_locked() local 458 if (frame_x >= 0 && frame_y >= 0 && (frame_x + frame_width) < ScreenWidth() && in draw_foreground_locked() 459 (frame_y + frame_height) < ScreenHeight()) in draw_foreground_locked() 460 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_foreground_locked()
|