Lines Matching refs:kCount
171 if (fCount > kCount) { in reset()
177 if (count > kCount) { in reset()
223 static const int kCount = kCountRequested * sizeof(T) > kMaxBytes variable
227 static const int kCount = kCountRequested;
233 char fStorage[kCount * sizeof(T)];
319 if (count > kCount) { in SkAutoSTMalloc()
339 if (count > kCount) { in reset()
369 if (count > kCount) { in realloc()
372 memcpy(fPtr, fTStorage, kCount * sizeof(T)); in realloc()
392 static const size_t kCount = kCountRequested * sizeof(T) > kMaxBytes variable
396 static const size_t kCount = kCountWithPadding; variable
401 uint32_t fStorage32[SkAlign4(kCount*sizeof(T)) >> 2];