Searched refs:gProgressScopeSize (Results 1 – 2 of 2) sorted by relevance
70 static float gProgressScopeStart = 0, gProgressScopeSize = 0, gProgress = 0; variable129 float progress = gProgressScopeStart + gProgress * gProgressScopeSize; in draw_progress_locked()390 gProgressScopeStart += gProgressScopeSize; in ui_show_progress()391 gProgressScopeSize = portion; in ui_show_progress()410 float scale = width * gProgressScopeSize; in ui_set_progress()425 gProgressScopeStart = gProgressScopeSize = 0; in ui_reset_progress()
73 static float gProgressScopeStart = 0, gProgressScopeSize = 0, gProgress = 0; variable191 float progress = gProgressScopeStart + gProgress * gProgressScopeSize; in draw_progress_locked()599 gProgressScopeStart += gProgressScopeSize; in ui_show_progress()600 gProgressScopeSize = portion; in ui_show_progress()616 float scale = width * gProgressScopeSize; in ui_set_progress()629 gProgressScopeStart = gProgressScopeSize = 0; in ui_reset_progress()