Lines Matching refs:kCount
152 if (fCount > kCount) { in reset()
158 if (count > kCount) { in reset()
204 static const int kCount = kCountRequested * sizeof(T) > kMaxBytes variable
208 static const int kCount = kCountRequested;
214 char fStorage[kCount * sizeof(T)];
269 if (count > kCount) { in SkAutoSTMalloc()
294 if (count > kCount) { in reset()
324 if (count > kCount) { in realloc()
327 memcpy(fPtr, fTStorage, kCount * sizeof(T)); in realloc()
347 static const size_t kCount = kCountRequested * sizeof(T) > kMaxBytes variable
351 static const size_t kCount = kCountWithPadding; variable
356 uint32_t fStorage32[SkAlign4(kCount*sizeof(T)) >> 2];