Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/minui/
Dgraphics.cpp329 GRSurface* frame = images[x%frames];
330 gr_blit(frame, 0, 0, frame->width, frame->height, x, 0);
Dresources.cpp303 int frame = y % *frames; in res_create_multi_display_surface() local
304 unsigned char* out_row = surface[frame]->data + in res_create_multi_display_surface()
305 (y / *frames) * surface[frame]->row_bytes; in res_create_multi_display_surface()
/bootable/recovery/
Dscreen_ui.cpp166 GRSurface* frame = GetCurrentFrame(); in draw_foreground_locked() local
167 int frame_width = gr_get_width(frame); in draw_foreground_locked()
168 int frame_height = gr_get_height(frame); in draw_foreground_locked()
171 gr_blit(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_foreground_locked()