Searched refs:fHintWidth (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/sudoku/
H A DSudokuView.cpp579 fHintWidth = (fWidth - 2) / fBlockSize;
581 _FitFont(fHintFont, fHintWidth, fHintHeight);
1012 leftTop.x += hintX * fHintWidth;
1015 rightBottom.x += fHintWidth;
1090 hintX = (uint32)floor((where.x - leftTop.x) / fHintWidth);
1367 float factor = fieldWidth != fHintWidth ? 4.f / 5.f : 1.f;
1417 DrawString(text, leftTop + BPoint((i + 0.5f) * fHintWidth
H A DSudokuView.h145 float fHintWidth; member in class:SudokuView

Completed in 36 milliseconds