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