Searched refs:max_stage (Results 1 – 2 of 2) sorted by relevance
77 max_stage(-1) { in ScreenRecoveryUI()105 int sh = (max_stage >= 0) ? stageHeight : 0; in draw_background_locked()116 int x = (gr_fb_width() - max_stage * gr_get_width(stageMarkerEmpty)) / 2; in draw_background_locked()118 for (int i = 0; i < max_stage; ++i) { in draw_background_locked()505 max_stage = max; in SetStage()
116 int stage, max_stage; variable