Searched refs:frame (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 55 const auto& frame = GetCurrentFrame(); in draw_background_locked() local 56 int frame_width = gr_get_width(frame); in draw_background_locked() 57 int frame_height = gr_get_height(frame); 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 | 446 const auto& frame = GetCurrentFrame(); in draw_foreground_locked() local 447 int frame_width = gr_get_width(frame); in draw_foreground_locked() 448 int frame_height = gr_get_height(frame); in draw_foreground_locked() 451 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_foreground_locked()
|
/bootable/recovery/minui/ |
D | resources.cpp | 281 int frame = y % *frames; in res_create_multi_display_surface() local 282 uint8_t* out_row = surface[frame]->data() + (y / *frames) * surface[frame]->row_bytes; in res_create_multi_display_surface()
|