Home
last modified time | relevance | path

Searched refs:TextRunShaper (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DTextRunShaper.java43 public class TextRunShaper { class
44 private TextRunShaper() {} // Do not instantiate in TextRunShaper() method in TextRunShaper
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DFontInterpolatorTest.kt22 import android.graphics.text.TextRunShaper
34 private val sFont = TextRunShaper.shapeTextRun("A", 0, 1, 0, 1, 0f, 0f, false, Paint())
/aosp14/frameworks/base/core/java/android/text/
H A DTextShaper.java23 import android.graphics.text.TextRunShaper;
H A DTextLine.java27 import android.graphics.text.TextRunShaper;
1536 glyphs = TextRunShaper.shapeTextRun( in shapeTextRun()
1545 glyphs = TextRunShaper.shapeTextRun( in shapeTextRun()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceSystemFallbackTest.java32 import android.graphics.text.TextRunShaper;
721 PositionedGlyphs glyphs = TextRunShaper.shapeTextRun( in getFontName()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java29 import android.graphics.text.TextRunShaper;
H A DCanvas.java29 import android.graphics.text.TextRunShaper;
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes2340 android.graphics.text.TextRunShaper
H A Dboot-image-profile.txt25124 Landroid/graphics/text/TextRunShaper;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes2344 android.graphics.text.TextRunShaper
H A Dboot-image-profile.txt35231 Landroid/graphics/text/TextRunShaper;
/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.txt17602 public class TextRunShaper {