Searched refs:_Progress (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/sudoku/ |
H A D | SudokuGenerator.cpp | 45 SudokuGenerator::_Progress(BMessenger progress, const char* text, in _Progress() function in SudokuGenerator 64 _Progress(progress, B_TRANSLATE("Creating solvable field"), 5.f); in Generate() 117 _Progress(progress, B_TRANSLATE("Searching for removable values"), 30.f); in Generate() 132 _Progress(progress, NULL, 100.f - (70.f * removeCount / 70.f)); in Generate() 152 _Progress(progress, NULL, in Generate()
|
H A D | SudokuGenerator.h | 26 void _Progress(BMessenger progress, const char* text, float percent);
|