Home
last modified time | relevance | path

Searched refs:ID2HashIndex (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkGlyphCache.cpp122 const CharGlyphRec& rec = fCharToGlyphHash[ID2HashIndex(id)]; in unicharToGlyph()
140 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; in getUnicharAdvance()
155 unsigned index = ID2HashIndex(id); in getGlyphIDAdvance()
170 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; in getUnicharMetrics()
193 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)]; in getUnicharMetrics()
215 unsigned index = ID2HashIndex(id); in getGlyphIDMetrics()
236 unsigned index = ID2HashIndex(id); in getGlyphIDMetrics()
DSkGlyphCache.h221 static inline unsigned ID2HashIndex(uint32_t id) { in ID2HashIndex() function