Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextAnimator.kt105 abstract var glyphIndex: Int variable in com.android.systemui.animation.PositionedGlyph
DTextInterpolator.kt337 override var glyphIndex: Int = 0 in <lambda>() variable in com.android.systemui.animation.MutablePositionedGlyph
/frameworks/av/cmds/screenrecord/
DTextRenderer.cpp160 size_t TextRenderer::glyphIndex(char ch) const { in glyphIndex() function in TextRenderer