Searched refs:ID2HashIndex (Results 1 – 4 of 4) sorted by relevance
101 const CharGlyphRec& rec = fCharToGlyphHash[ID2HashIndex(id)]; in unicharToGlyph()123 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; in getUnicharAdvance()138 unsigned index = ID2HashIndex(id); in getGlyphIDAdvance()153 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; in getUnicharMetrics()176 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; in getUnicharMetrics()198 unsigned index = ID2HashIndex(id); in getGlyphIDMetrics()219 unsigned index = ID2HashIndex(id); in getGlyphIDMetrics()
262 static inline unsigned ID2HashIndex(uint32_t id) { in ID2HashIndex() function
103 const CharGlyphRec& rec = fCharToGlyphHash[ID2HashIndex(id)]; in unicharToGlyph()125 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; in getUnicharAdvance()140 unsigned index = ID2HashIndex(id); in getGlyphIDAdvance()155 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; in getUnicharMetrics()178 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; in getUnicharMetrics()200 unsigned index = ID2HashIndex(id); in getGlyphIDMetrics()221 unsigned index = ID2HashIndex(id); in getGlyphIDMetrics()
250 static inline unsigned ID2HashIndex(uint32_t id) { in ID2HashIndex() function