Searched refs:fSampleCounts (Results 1 – 2 of 2) sorted by relevance
341 fSampleCounts.push_back(1);345 fSampleCounts.push_back(sampleCnt);453 return fSampleCounts[fSampleCounts.count() - 1];474 int count = fSampleCounts.count();476 if (fSampleCounts[i] >= requestedCount) {477 return fSampleCounts[i];1252 for (int v : fSampleCounts) {
199 SkTDArray<int> fSampleCounts; variable