Lines Matching refs:fPreferredCount
71 , fPreferredCount(preferredSize)
82 , fPreferredCount(preferredSize)
153 SkASSERT(fPreferredCount != UNLIMITED_SIZE);
154 SkASSERT(fStorage.count() >= fPreferredCount);
178 if (UNLIMITED_SIZE == fPreferredCount) {
285 if (fPreferredCount != UNLIMITED_SIZE) {
296 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) {
315 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
371 if (fPreferredCount != UNLIMITED_SIZE) {