HomeSort by relevance Sort by last modified time
    Searched refs:ID2HashIndex (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkGlyphCache.cpp 101 const CharGlyphRec& rec = fCharToGlyphHash[ID2HashIndex(id)];
123 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)];
138 unsigned index = ID2HashIndex(id);
153 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)];
176 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)];
198 unsigned index = ID2HashIndex(id);
219 unsigned index = ID2HashIndex(id);
SkGlyphCache.h 260 static inline unsigned ID2HashIndex(uint32_t id) {

Completed in 804 milliseconds