Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTextInterpolatorTest.kt211 glyphFilter = { glyph, progress -> in testGlyphCallback_Empty() method
233 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/
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
193 hb_codepoint_t glyph; in determineHyphenChar() local