Searched defs:contextCount (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | TextLine.java | 986 int contextCount = contextEnd - contextStart; in drawTextRun() local
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 499 void drawText(Canvas* canvas, const uint16_t* text, int start, int count, int contextCount, in drawText() 552 jint count, jint contextIndex, jint contextCount, jfloat x, jfloat y, in drawTextRunChars() 573 jint contextCount = contextEnd - contextStart; in drawTextRunString() local
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 701 jint start, jint count, jint contextCount, jboolean isRtl, in doTextRunAdvances() 739 jcharArray text, jint index, jint count, jint contextIndex, jint contextCount, in getTextRunAdvances___CIIIIZ_FI() 772 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 1877 int contextIndex, int contextCount, boolean isRtl, float[] advances, in getTextRunAdvances() 2487 char[] text, int index, int count, int contextIndex, int contextCount, in native_getTextRunAdvances()
|
D | Canvas.java | 1738 int contextCount, float x, float y, boolean isRtl, @NonNull Paint paint) { in drawTextRun() 2111 int start, int count, int contextStart, int contextCount, in native_drawTextRun()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 881 int start, int count, int contextStart, int contextCount, in native_drawTextRun()
|
D | Paint_Delegate.java | 998 char[] text, int index, int count, int contextIndex, int contextCount, in native_getTextRunAdvances()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 9950 int contextCount = contextEnd - contextStart; in drawTextRun() local 9967 int contextCount = contextEnd - contextStart; in getTextRunAdvances() local 9975 int contextCount = contextEnd - contextStart; in getTextRunCursor() local
|