Home
last modified time | relevance | path

Searched refs:glyph_t (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/font/
DFontUtil.h41 typedef uint16_t glyph_t; typedef
47 static glyph_t nextGlyph(const uint16_t** srcPtr) { in nextGlyph()
49 glyph_t g = *src++; in nextGlyph()
54 typedef SkUnichar glyph_t; typedef
DFont.h124 CachedGlyphInfo* cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching);
143 CachedGlyphInfo* getCachedGlyph(const SkPaint* paint, glyph_t textUnit,
150 DefaultKeyedVector<glyph_t, CachedGlyphInfo*> mCachedGlyphs;
DFont.cpp283 CachedGlyphInfo* Font::getCachedGlyph(const SkPaint* paint, glyph_t textUnit, bool precaching) { in getCachedGlyph()
335 glyph_t glyph = GET_GLYPH(text); in render()
374 glyph_t glyph = GET_GLYPH(text); in precache()
409 glyph_t glyph = GET_GLYPH(text); in render()
476 CachedGlyphInfo* Font::cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching) { in cacheGlyph()