Lines Matching +defs:android +defs:text +defs:style
58 namespace android { namespace
102 const jchar text[], int count, float maxWidth, jint bidiFlags, jfloatArray jmeasured, in breakText()
154 const jchar* text = env->GetCharArrayElements(jtext, nullptr); in breakTextC() local
170 const jchar* text = env->GetStringChars(jtext, nullptr); in breakTextS() local
177 const jchar *text, jint start, jint count, jint contextCount, jint bidiFlags, in doTextAdvances()
209 jcharArray text, jint index, jint count, jint contextIndex, jint contextCount, in getTextAdvances___CIIIII_FI()
221 jstring text, jint start, jint end, jint contextStart, jint contextEnd, jint bidiFlags, in getTextAdvances__StringIIIII_FI()
234 const jchar *text, jint start, jint count, jint dir, jint offset, jint opt) { in doTextRunCursor()
245 static jint getTextRunCursor___C(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray text, in getTextRunCursor___C()
257 jstring text, jint contextStart, jint contextEnd, jint dir, jint offset, in getTextRunCursor__String()
300 static void getTextPath(JNIEnv* env, Paint* paint, const Typeface* typeface, const jchar* text, in getTextPath()
323 jcharArray text, jint index, jint count, jfloat x, jfloat y, jlong pathHandle) { in getTextPath___C()
333 jstring text, jint start, jint end, jfloat x, jfloat y, jlong pathHandle) { in getTextPath__String()
342 static void doTextBounds(JNIEnv* env, const jchar* text, int count, jobject bounds, in doTextBounds()
358 static void getStringBounds(JNIEnv* env, jobject, jlong paintHandle, jstring text, jint start, in getStringBounds()
367 static void getCharArrayBounds(JNIEnv* env, jobject, jlong paintHandle, jcharArray text, in getCharArrayBounds()
528 static jfloat getRunAdvance___CIIIIZI_F(JNIEnv *env, jclass, jlong paintHandle, jcharArray text, in getRunAdvance___CIIIIZI_F()
540 jcharArray text, jint start, jint end, in getRunCharacterAdvance___CIIIIZI_FI_F()
563 jcharArray text, jint start, jint end, jint contextStart, jint contextEnd, in getOffsetForAdvance___CIIIIZF_I()
628 jcharArray text, jint start, jint count, jint ctxStart, in getFontMetricsIntForText___C()
637 jstring text, jint start, jint count, in getFontMetricsIntForText___String()
751 Paint::Style style = static_cast<Paint::Style>(styleHandle); in setStyle() local