Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.h41 typedef uint16_t glyph_t; typedef
46 typedef SkUnichar glyph_t;
135 DefaultKeyedVector<glyph_t, CachedGlyphInfo*> mCachedGlyphs;
139 CachedGlyphInfo* cacheGlyph(SkPaint* paint, glyph_t glyph);
146 CachedGlyphInfo* getCachedGlyph(SkPaint* paint, glyph_t textUnit);
148 static glyph_t nextGlyph(const uint16_t** srcPtr) { in nextGlyph()
150 glyph_t g = *src++; in nextGlyph()
DFontRenderer.cpp139 Font::CachedGlyphInfo* Font::getCachedGlyph(SkPaint* paint, glyph_t textUnit) { in getCachedGlyph()
201 glyph_t glyph = GET_GLYPH(text); in render()
274 Font::CachedGlyphInfo* Font::cacheGlyph(SkPaint* paint, glyph_t glyph) { in cacheGlyph()