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

  /bootable/recovery/
screen_ui.h 167 GRSurface* stageMarkerEmpty;
screen_ui.cpp 164 int stage_height = gr_get_height(stageMarkerEmpty);
165 int stage_width = gr_get_width(stageMarkerEmpty);
166 int x = (ScreenWidth() - max_stage * gr_get_width(stageMarkerEmpty)) / 2;
169 GRSurface* stage_surface = (i < stage) ? stageMarkerFill : stageMarkerEmpty;
622 LoadBitmap("stage_empty", &stageMarkerEmpty);

Completed in 155 milliseconds