Searched refs:kHashCount (Results 1 – 2 of 2) sorted by relevance
198 kHashCount = 1 << kHashBits, enumerator199 kHashMask = kHashCount - 1
68 fPackedUnicharIDToPackedGlyphID.reset(kHashCount); in getCharGlyphRec()71 for (int i = 0; i <kHashCount; ++i) { in getCharGlyphRec()