Home
last modified time | relevance | path

Searched defs:glyph (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsFont.cpp92 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) { in drawCachedGlyph()
112 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y, in drawCachedGlyph()
138 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph()
238 void Font::updateGlyphCache(CachedGlyphInfo *glyph) { in updateGlyphCache()
283 Font::CachedGlyphInfo *Font::cacheGlyph(uint32_t glyph) { in cacheGlyph()
327 CachedGlyphInfo *glyph = mCachedGlyphs.valueAt(i); in ~Font() local
/frameworks/minikin/libs/minikin/
DLayoutCore.cpp61 hb_codepoint_t glyph, void* /* userData */) { in harfbuzzGetGlyphHorizontalAdvance()
76 const hb_codepoint_t* glyph = first_glyph; in harfbuzzGetGlyphHorizontalAdvances() local
207 hb_codepoint_t glyph; in determineHyphenChar() local