Searched refs:numCards (Results 1 – 3 of 3) sorted by relevance
36 int numCards = 0; in createContent() local50 ++numCards; in createContent()51 if (numCards >= mMaxCards) { in createContent()55 if (numCards >= mMaxCards) { in createContent()
44 int numCards = 0; in createContent() local62 ++numCards; in createContent()63 if (numCards >= mMaxCards) { in createContent()67 if (numCards >= mMaxCards) { in createContent()
92 size_t numCards = mCards.size(); in doFrame() local93 for (size_t ci = 0; ci < numCards; ci++) { in doFrame()