Home | History | Annotate | Download | only in core

Lines Matching refs:fPreferredCount

65     , fPreferredCount(preferredSize)
76 , fPreferredCount(preferredSize)
160 SkASSERT(fPreferredCount != UNLIMITED_SIZE);
161 SkASSERT(fStorage.count() >= fPreferredCount);
185 if (UNLIMITED_SIZE == fPreferredCount) {
292 if (fPreferredCount != UNLIMITED_SIZE) {
303 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) {
322 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
378 if (fPreferredCount != UNLIMITED_SIZE) {