Home
last modified time | relevance | path

Searched defs:advances (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextLineTest.java367 float[] advances = new float[6]; in testMeasureAllBounds_LTR() local
384 float[] advances = new float[6]; in testMeasureAllBounds_LTR_StyledText() local
399 float[] advances = new float[6]; in testMeasureAllBounds_RTL() local
417 float[] advances = new float[6]; in testMeasureAllBounds_RTL_StyledText() local
432 float[] advances = new float[6]; in testMeasureAllBounds_BiDi() local
447 float[] advances = new float[7]; in testMeasureAllBounds_BiDi2() local
463 float[] advances = new float[7]; in testMeasureAllBounds_BiDi3() local
482 float[] advances = new float[6]; in testMeasureAllBounds_styled_BiDi() local
499 float[] advances = new float[5]; in testMeasureAllBounds_Tab_LTR() local
516 float[] advances = new float[5]; in testMeasureAllBounds_Tab_RTL() local
[all …]
/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DGraphemeBreak.java38 public static void isGraphemeBreak(float[] advances, char[] text, int start, int end, in isGraphemeBreak()
57 private static native void nIsGraphemeBreak(float[] advances, char[] text, int start, int end, in nIsGraphemeBreak()
/aosp14/frameworks/base/libs/hwui/jni/text/
H A DGraphemeBreak.cpp27 static void nIsGraphemeBreak(JNIEnv* env, jclass, jfloatArray advances, jcharArray text, jint start, in nIsGraphemeBreak()
/aosp14/frameworks/base/core/java/android/text/
H A DGraphemeClusterSegmentFinder.java55 float[] advances = sTempAdvances.getRawArray(); in GraphemeClusterSegmentFinder() local
H A DGraphicsOperations.java56 boolean isRtl, float[] advances, int advancesIndex, Paint paint); in getTextRunAdvances()
H A DTextLine.java1040 boolean runIsRtl, int offset, @Nullable float[] advances, int advancesIndex) { in getRunAdvance()
1084 @Nullable float[] advances, int advancesIndex) { in handleText()
1326 @Nullable float[] advances, int advancesIndex) { in handleRun()
H A DSpannableStringBuilder.java1515 float[] advances, int advancesPos, Paint p) { in getTextRunAdvances()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp87 size_t count, size_t bufSize, float* advances) { in measureText()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2765 @IntRange(from = 0) int contextCount, boolean isRtl, @Nullable float[] advances, in getTextRunAdvances()
3174 @Nullable float[] advances, int advancesIndex) { in getRunCharacterAdvance()
3230 @Nullable float[] advances, int advancesIndex) { in getRunCharacterAdvance()
3361 int contextIndex, int contextCount, int bidiFlags, float[] advances, int advancesIndex); in nGetTextAdvances()
3363 int contextStart, int contextEnd, int bidiFlags, float[] advances, int advancesIndex); in nGetTextAdvances()
3380 int end, int contextStart, int contextEnd, boolean isRtl, int offset, float[] advances, in nGetRunCharacterAdvance()
/aosp14/frameworks/base/libs/hwui/jni/
H A DPaint.cpp178 jfloatArray advances, jint advancesIndex) { in doTextAdvances()
210 jint bidiFlags, jfloatArray advances, jint advancesIndex) { in getTextAdvances___CIIIII_FI()
222 jfloatArray advances, jint advancesIndex) { in getTextAdvances__StringIIIII_FI()
502 jboolean isRtl, jint offset, jfloatArray advances, in doRunAdvance()
543 jfloatArray advances, jint advancesIndex) { in getRunCharacterAdvance___CIIIIZI_FI_F()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java15694 int contextEnd, boolean isRtl, float[] advances, int advancesIndex, in getTextRunAdvances()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...