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

/haiku/src/apps/sudoku/
H A DSudokuView.h99 uint32 hintX, uint32 hintY);
108 uint32 y, uint32& hintX, uint32& hintY);
113 uint32 hintX, uint32 hintY,
H A DSudokuView.cpp616 uint32 hintX, hintY; local
617 if (!_GetHintFieldFor(where, x, y, hintX, hintY))
620 uint32 value = hintX + hintY * fBlockSize;
635 _ToggleHintValue(x, y, hintX, hintY, value, field);
1009 uint32 hintY)
1013 leftTop.y += hintY * fHintHeight;
1087 uint32& hintX, uint32& hintY)
1091 hintY = (uint32)floor((where.y - leftTop.y) / fHintHeight);
1093 if (hintX >= fBlockSize || hintY >= fBlockSize)
1159 SudokuView::_ToggleHintValue(uint32 x, uint32 y, uint32 hintX, uint32 hintY, argument
1008 _InvalidateHintField(uint32 x, uint32 y, uint32 hintX, uint32 hintY) argument
1086 _GetHintFieldFor(BPoint where, uint32 x, uint32 y, uint32& hintX, uint32& hintY) argument
[all...]

Completed in 45 milliseconds