Searched refs:ui_set_progress (Results 1 – 4 of 4) sorted by relevance
67 void ui_set_progress(float fraction); // 0.0 - 1.0 within the defined scope
196 ui_set_progress(fraction); in try_update_binary()
70 ui_set_progress(*context->doneBytes * 1.0 / context->totalBytes); in updateHash()
405 void ui_set_progress(float fraction) in ui_set_progress() function