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

/haiku/src/apps/pairs/
H A DPairsView.h73 int32* fPositionY; member in class:PairsView
H A DPairsView.cpp55 fPositionY(new int32[fButtonsCount])
85 delete[] fPositionY;
124 BPoint(fPositionX[i], fPositionY[i]));
272 fPositionY[i] = fRandomPosition[i] / fCols * (fIconSize + spacing) + spacing;

Completed in 32 milliseconds