Searched defs:glyphIndex (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/cmds/screenrecord/ | ||
D | TextRenderer.cpp | 160 size_t TextRenderer::glyphIndex(char ch) const { in glyphIndex() function in TextRenderer |
/frameworks/base/graphics/java/android/graphics/text/ | ||
D | PositionedGlyphs.java | 312 private static native int nGetFontId(long minikinLayout, int glyphIndex); in nGetFontId() |
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ | ||
D | TextAnimator.kt | 157 abstract var glyphIndex: Int variable in com.android.systemui.animation.PositionedGlyph |
D | TextInterpolator.kt | 370 override var glyphIndex: Int = 0 variable in com.android.systemui.animation.MutablePositionedGlyph |