Searched refs:glyphId (Results 1 – 8 of 8) sorted by relevance
/frameworks/minikin/tests/util/ |
D | FreeTypeMinikinFontForTest.cpp | 51 void loadGlyphOrDie(uint32_t glyphId, float size, FT_Face face) { in loadGlyphOrDie() argument 55 LOG_ALWAYS_FATAL_IF(FT_Load_Glyph(face, glyphId, LOAD_FLAG), "Failed to load glyph"); in loadGlyphOrDie() 89 float FreeTypeMinikinFontForTest::GetHorizontalAdvance(uint32_t glyphId, const MinikinPaint& paint, in GetHorizontalAdvance() argument 91 loadGlyphOrDie(glyphId, paint.size, mFtFace); in GetHorizontalAdvance() 95 void FreeTypeMinikinFontForTest::GetBounds(MinikinRect* bounds, uint32_t glyphId, in GetBounds() argument 98 loadGlyphOrDie(glyphId, paint.size, mFtFace); in GetBounds()
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | Font.java | 676 public float getGlyphBounds(@IntRange(from = 0) int glyphId, @NonNull Paint paint, in getGlyphBounds() 678 return nGetGlyphBounds(mNativePtr, glyphId, paint.getNativeInstance(), outBoundingBox); in getGlyphBounds() 896 private static native float nGetGlyphBounds(long font, int glyphId, long paint, RectF rect); in nGetGlyphBounds() argument
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | TextInterpolator.kt | 352 override var glyphId: Int = 0 in <lambda>() variable in MutablePositionedGlyph 385 tmpGlyph.glyphId = line.glyphIds[i] in <lambda>()
|
D | TextAnimator.kt | 176 abstract var glyphId: Int variable in PositionedGlyph
|
/frameworks/minikin/libs/minikin/ |
D | LayoutCore.cpp | 500 uint32_t glyphId = layout.glyphIdAt(i); in calculateBounds() local 504 fakedFont.typeface()->GetBounds(&bounds, glyphId, paint, fakedFont.fakery); in calculateBounds()
|
D | CmapCoverage.cpp | 197 uint32_t glyphId = readU16(data, actualRangeOffset); in getCoverageFormat4() local 198 if (glyphId != 0) { in getCoverageFormat4()
|
/frameworks/base/libs/hwui/jni/fonts/ |
D | Font.cpp | 157 static jfloat Font_getGlyphBounds(JNIEnv* env, jobject, jlong fontHandle, jint glyphId, in Font_getGlyphBounds() argument 168 uint16_t glyph16 = glyphId; in Font_getGlyphBounds()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |