Home
last modified time | relevance | path

Searched refs:shapeTextRun (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DTextRunShaper.java65 public static PositionedGlyphs shapeTextRun( in shapeTextRun() method in TextRunShaper
95 public static PositionedGlyphs shapeTextRun( in shapeTextRun() method in TextRunShaper
/aosp14/frameworks/base/libs/hwui/jni/text/
H A DTextShaper.cpp49 static jlong shapeTextRun(const uint16_t* text, int textSize, int start, int count, in shapeTextRun() function
84 return shapeTextRun( in TextShaper_shapeTextRunChars()
100 return shapeTextRun( in TextShaper_shapeTextRunString()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DFontInterpolatorTest.kt34 private val sFont = TextRunShaper.shapeTextRun("A", 0, 1, 0, 1, 0f, 0f, false, Paint())
/aosp14/frameworks/base/core/java/android/text/
H A DTextLine.java1118 shapeTextRun(consumer, wp, start, end, contextStart, contextEnd, runIsRtl, leftX); in handleText()
1529 private void shapeTextRun(TextShaper.GlyphsConsumer consumer, TextPaint paint, in shapeTextRun() method
1536 glyphs = TextRunShaper.shapeTextRun( in shapeTextRun()
1545 glyphs = TextRunShaper.shapeTextRun( in shapeTextRun()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceSystemFallbackTest.java721 PositionedGlyphs glyphs = TextRunShaper.shapeTextRun( in getFontName()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17603 …method @NonNull public static android.graphics.text.PositionedGlyphs shapeTextRun(@NonNull char[],…
17604 …method @NonNull public static android.graphics.text.PositionedGlyphs shapeTextRun(@NonNull CharSeq…