Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.h106 GRSurface** introFrames; variable
Dscreen_ui.cpp87 return intro_done ? loopFrames[current_frame] : introFrames[current_frame]; in GetCurrentFrame()
564 introFrames = new GRSurface*[intro_frames]; in LoadAnimation()
566 LoadBitmap(intro_frame_names.at(i).c_str(), &introFrames[i]); in LoadAnimation()
Dwear_ui.cpp86 surface = introFrames[current_frame]; in draw_background_locked()