Searched refs:kPreAllocSize (Results 1 – 2 of 2) sorted by relevance
162 kPreAllocSize = kHeaderOffset + kHeaderSize + enumerator166 SkSTArray<kPreAllocSize, uint8_t, true>& key() { return fKey; } in key()167 const SkSTArray<kPreAllocSize, uint8_t, true>& key() const { return fKey; } in key()170 SkSTArray<kPreAllocSize, uint8_t, true> fKey;
27 : fPool(kPreAllocSize, kMinGrowthSize) in GrTextBlobCache()221 static const int kPreAllocSize = 1 << 17; variable