HomeSort by relevance Sort by last modified time
    Searched refs:introFrames (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
screen_ui.h 162 GRSurface** introFrames;
screen_ui.cpp 91 return intro_done ? loopFrames[current_frame] : introFrames[current_frame];
666 introFrames = new GRSurface*[intro_frames];
668 LoadBitmap(intro_frame_names.at(i).c_str(), &introFrames[i]);

Completed in 489 milliseconds