Lines Matching +defs:android +defs:text +defs:style

57 namespace android {  namespace
101 const jchar text[], int count, float maxWidth, jint bidiFlags, jfloatArray jmeasured, in breakText()
153 const jchar* text = env->GetCharArrayElements(jtext, nullptr); in breakTextC() local
169 const jchar* text = env->GetStringChars(jtext, nullptr); in breakTextS() local
176 const jchar *text, jint start, jint count, jint contextCount, jint bidiFlags, in doTextAdvances()
208 jcharArray text, jint index, jint count, jint contextIndex, jint contextCount, in getTextAdvances___CIIIII_FI()
220 jstring text, jint start, jint end, jint contextStart, jint contextEnd, jint bidiFlags, in getTextAdvances__StringIIIII_FI()
233 const jchar *text, jint start, jint count, jint dir, jint offset, jint opt) { in doTextRunCursor()
244 static jint getTextRunCursor___C(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray text, in getTextRunCursor___C()
256 jstring text, jint contextStart, jint contextEnd, jint dir, jint offset, in getTextRunCursor__String()
299 static void getTextPath(JNIEnv* env, Paint* paint, const Typeface* typeface, const jchar* text, in getTextPath()
322 jcharArray text, jint index, jint count, jfloat x, jfloat y, jlong pathHandle) { in getTextPath___C()
332 jstring text, jint start, jint end, jfloat x, jfloat y, jlong pathHandle) { in getTextPath__String()
341 static void doTextBounds(JNIEnv* env, const jchar* text, int count, jobject bounds, in doTextBounds()
357 static void getStringBounds(JNIEnv* env, jobject, jlong paintHandle, jstring text, jint start, in getStringBounds()
366 static void getCharArrayBounds(JNIEnv* env, jobject, jlong paintHandle, jcharArray text, in getCharArrayBounds()
512 static jfloat getRunAdvance___CIIIIZI_F(JNIEnv *env, jclass, jlong paintHandle, jcharArray text, in getRunAdvance___CIIIIZI_F()
533 jcharArray text, jint start, jint end, jint contextStart, jint contextEnd, in getOffsetForAdvance___CIIIIZF_I()
681 Paint::Style style = static_cast<Paint::Style>(styleHandle); in setStyle() local