Searched refs:fCardsCount (Results 1 – 2 of 2) sorted by relevance
48 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()
66 int32 fCardsCount; variable