Searched defs:glyph (Results  1 – 3 of 3) sorted by relevance
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ | 
| D | TextInterpolatorTest.kt | 211             glyphFilter = { glyph, progress ->  in testGlyphCallback_Empty()  method233             glyphFilter = { glyph, progress ->  in testGlyphCallback_Xcoordinate()  method
 258             glyphFilter = { glyph, progress ->  in testGlyphCallback_Ycoordinate()  method
 283             glyphFilter = { glyph, progress ->  in testGlyphCallback_TextSize()  method
 308             glyphFilter = { glyph, progress ->  in testGlyphCallback_Color()  method
 
 | 
| /frameworks/rs/ | 
| D | rsFont.cpp | 92 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/ | 
| D | LayoutCore.cpp | 61                                                        hb_codepoint_t glyph, void* /* userData */) {  in harfbuzzGetGlyphHorizontalAdvance()76     const hb_codepoint_t* glyph = first_glyph;  in harfbuzzGetGlyphHorizontalAdvances()  local
 193     hb_codepoint_t glyph;  in determineHyphenChar()  local
 
 |