Home
last modified time | relevance | path

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

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