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