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

/haiku/src/apps/pairs/
H A DPairsView.cpp48 fCardsCount(fButtonsCount / 2),
50 fSmallBitmapsList(new BObjectList<BBitmap>(fCardsCount)),
51 fMediumBitmapsList(new BObjectList<BBitmap>(fCardsCount)),
52 fLargeBitmapsList(new BObjectList<BBitmap>(fCardsCount)),
197 if (mapSize < (size_t)fCardsCount) {
208 for (int32 i = 0; i < fCardsCount; i++) {
210 if (mapSize < (size_t)fCardsCount) {
H A DPairsView.h66 int32 fCardsCount; member in class:PairsView

Completed in 42 milliseconds