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

  /bootable/recovery/
screen_ui.h 163 GRSurface** loopFrames;
screen_ui.cpp 91 return intro_done ? loopFrames[current_frame] : introFrames[current_frame];
140 return GetTextBaseline() - PixelsFromDp(kLayouts[layout_][ICON]) - gr_get_height(loopFrames[0]);
149 int elements_sum = gr_get_height(loopFrames[0]) + PixelsFromDp(kLayouts[layout_][ICON]) +
671 loopFrames = new GRSurface*[loop_frames];
673 LoadBitmap(loop_frame_names.at(i).c_str(), &loopFrames[i]);

Completed in 573 milliseconds