Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextInterpolator.kt283 base.getGlyphId(it).also { baseGlyphId -> in <lambda>() method
284 require(baseGlyphId == target.getGlyphId(it)) { in <lambda>()
/frameworks/minikin/libs/minikin/
DFontCollection.cpp115 uint32_t baseGlyphId = info[0].codepoint; in getGlyphScore() local
116 if (composedGlyphId == baseGlyphId) { in getGlyphScore()