Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DFontUtil.h38 typedef uint16_t glyph_t; typedef
44 static glyph_t nextGlyph(const uint16_t** srcPtr) { in nextGlyph()
46 glyph_t g = *src++; in nextGlyph()
51 typedef SkUnichar glyph_t; typedef
DFont.h95 DefaultKeyedVector<glyph_t, CachedGlyphInfo*> mCachedGlyphs;
99 CachedGlyphInfo* cacheGlyph(SkPaint* paint, glyph_t glyph, bool precaching);
115 CachedGlyphInfo* getCachedGlyph(SkPaint* paint, glyph_t textUnit, bool precaching = false);
DFont.cpp168 CachedGlyphInfo* Font::getCachedGlyph(SkPaint* paint, glyph_t textUnit, bool precaching) { in getCachedGlyph()
233 glyph_t glyph = GET_GLYPH(text); in render()
271 glyph_t glyph = GET_GLYPH(text); in precache()
308 glyph_t glyph = GET_GLYPH(text); in render()
334 glyph_t glyph = GET_GLYPH(text); in render()
408 CachedGlyphInfo* Font::cacheGlyph(SkPaint* paint, glyph_t glyph, bool precaching) { in cacheGlyph()