/frameworks/base/core/jni/android/graphics/ |
TextLayoutCache.h | 72 size_t contextCount, int dirFlags); 98 size_t contextCount; 127 TextLayoutValue(size_t contextCount); 188 size_t start, size_t count, size_t contextCount, int dirFlags); 214 size_t start, size_t count, size_t contextCount, int dirFlags, 219 size_t start, size_t count, size_t contextCount, bool isRTL, 250 jint count, jint contextCount, jint dirFlags); 302 jint count, jint contextCount, jint dirFlags);
|
Canvas.cpp | 771 int start, int count, int contextCount, 775 textArray, start, count, contextCount, flags); [all...] |
/frameworks/base/core/java/android/text/ |
TextLine.java | [all...] |
/frameworks/base/core/jni/ |
android_view_GLES20Canvas.cpp | 639 jint start, jint count, jint contextCount, jfloat x, jfloat y, 642 text, start, count, contextCount, flags); 696 jint contextIndex, jint contextCount, jfloat x, jfloat y, jint dirFlags, 700 count, contextCount, x, y, dirFlags, paint); 710 jint contextCount = contextEnd - contextStart; 712 count, contextCount, x, y, dirFlags, paint); [all...] |
/frameworks/base/core/java/android/widget/ |
TextView.java | [all...] |