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

/haiku-fatelf/src/apps/sudoku/
H A DSudokuView.h107 bool _GetFieldFor(BPoint where, uint32& x,
H A DSudokuView.cpp734 SudokuView::_GetFieldFor(BPoint where, uint32& x, uint32& y) function in class:SudokuView
838 if (!fEditable || !_GetFieldFor(where, x, y))
940 bool isField = _GetFieldFor(where, x, y);

Completed in 91 milliseconds