Searched defs:glyph_t (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFontUtil.h44 typedef uint16_t glyph_t; typedef
50 static inline glyph_t nextGlyph(const uint16_t** srcPtr) {
52 glyph_t g = *src++;
57 typedef SkUnichar glyph_t; typedef

Completed in 15 milliseconds