Searched refs:shapeTextRun (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/text/ |
H A D | TextRunShaper.java | 65 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 D | TextShaper.cpp | 49 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 D | FontInterpolatorTest.kt | 34 private val sFont = TextRunShaper.shapeTextRun("A", 0, 1, 0, 1, 0f, 0f, false, Paint())
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | TextLine.java | 1118 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 D | TypefaceSystemFallbackTest.java | 721 PositionedGlyphs glyphs = TextRunShaper.shapeTextRun( in getFontName()
|
/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 ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 17603 …method @NonNull public static android.graphics.text.PositionedGlyphs shapeTextRun(@NonNull char[],… 17604 …method @NonNull public static android.graphics.text.PositionedGlyphs shapeTextRun(@NonNull CharSeq…
|