Searched refs:glyphId (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/ |
H A D | Font.java | 674 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 D | TextInterpolator.kt | 352 override var glyphId: Int = 0 385 tmpGlyph.glyphId = line.glyphIds[i]
|
H A D | TextAnimator.kt | 176 abstract var glyphId: Int
|
/aosp14/frameworks/base/libs/hwui/jni/fonts/ |
H A D | Font.cpp | 159 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |