Searched refs:kPreAllocSize (Results 1 – 2 of 2) sorted by relevance
115 kPreAllocSize = kHeaderOffset + kHeaderSize + enumerator119 SkSTArray<kPreAllocSize, uint8_t, true>& key() { return fKey; } in key()120 const SkSTArray<kPreAllocSize, uint8_t, true>& key() const { return fKey; } in key()123 SkSTArray<kPreAllocSize, uint8_t, true> fKey;
26 : fPool(kPreAllocSize, kMinGrowthSize) in GrTextBlobCache()133 static const int kPreAllocSize = 1 << 17; variable