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

/haiku/src/apps/pairs/
H A DPairsView.cpp53 fRandomPosition(new int32[fButtonsCount]),
83 delete[] fRandomPosition;
154 return fRandomPosition[index];
175 fRandomPosition[fButtonsCount - i] = positions[index];
271 fPositionX[i] = fRandomPosition[i] % fRows * (fIconSize + spacing) + spacing;
272 fPositionY[i] = fRandomPosition[i] / fCols * (fIconSize + spacing) + spacing;
H A DPairsView.h71 int32* fRandomPosition; member in class:PairsView

Completed in 27 milliseconds