Lines Matching refs:kCount
165 if (fCount > kCount) { in reset()
171 if (count > kCount) { in reset()
222 static const int kCount = kCountRequested * sizeof(T) > kMaxBytes variable
226 static const int kCount = kCountRequested;
232 char fStorage[kCount * sizeof(T)];
298 if (count > kCount) { in SkAutoSTMalloc()
323 if (count > kCount) { in reset()
357 if (count > kCount) { in realloc()
360 memcpy((void*)fPtr, fTStorage, kCount * sizeof(T)); in realloc()
380 static const size_t kCount = kCountRequested * sizeof(T) > kMaxBytes variable
384 static const size_t kCount = kCountWithPadding; variable
389 uint32_t fStorage32[SkAlign4(kCount*sizeof(T)) >> 2];