Home
last modified time | relevance | path

Searched refs:glyphId (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DFont.java674 public float getGlyphBounds(@IntRange(from = 0) int glyphId, @NonNull Paint paint, in getGlyphBounds()
676 return nGetGlyphBounds(mNativePtr, glyphId, paint.getNativeInstance(), outBoundingBox); in getGlyphBounds()
894 private static native float nGetGlyphBounds(long font, int glyphId, long paint, RectF rect); in nGetGlyphBounds() argument
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DTextInterpolator.kt352 override var glyphId: Int = 0
385 tmpGlyph.glyphId = line.glyphIds[i]
H A DTextAnimator.kt176 abstract var glyphId: Int
/aosp14/frameworks/base/libs/hwui/jni/fonts/
H A DFont.cpp159 static jfloat Font_getGlyphBounds(JNIEnv* env, jobject, jlong fontHandle, jint glyphId, in Font_getGlyphBounds() argument
170 uint16_t glyph16 = glyphId; in Font_getGlyphBounds()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...