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

/frameworks/base/libs/hwui/font/
H A DFontUtil.h41 typedef uint16_t glyph_t; typedef
47 static glyph_t nextGlyph(const uint16_t** srcPtr) {
49 glyph_t g = *src++;
54 typedef SkUnichar glyph_t; typedef

Completed in 178 milliseconds