Searched refs:frame (Results 1 – 2 of 2) sorted by relevance
305 int frame = y % *frames; in res_create_multi_display_surface() local306 unsigned char* out_row = surface[frame]->data + in res_create_multi_display_surface()307 (y / *frames) * surface[frame]->row_bytes; in res_create_multi_display_surface()
184 GRSurface* frame = GetCurrentFrame(); in draw_foreground_locked() local185 int frame_width = gr_get_width(frame); in draw_foreground_locked()186 int frame_height = gr_get_height(frame); in draw_foreground_locked()189 gr_blit(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_foreground_locked()