Searched refs:typefaceHandle (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 300 static jlong setTypeface(JNIEnv* env, jobject clazz, jlong objHandle, jlong typefaceHandle) { in setTypeface() argument 618 …Widths___CIII_F(JNIEnv* env, jobject clazz, jlong paintHandle, jlong typefaceHandle, jcharArray te… in getTextWidths___CIII_F() argument 621 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in getTextWidths___CIII_F() 629 …ths__StringIII_F(JNIEnv* env, jobject clazz, jlong paintHandle, jlong typefaceHandle, jstring text, in getTextWidths__StringIII_F() argument 632 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in getTextWidths__StringIII_F() 677 jlong typefaceHandle, in getTextRunAdvances___CIIIIZ_FI() argument 681 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in getTextRunAdvances___CIIIIZ_FI() 690 jlong typefaceHandle, in getTextRunAdvances__StringIIIIZ_FI() argument 694 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in getTextRunAdvances__StringIIIIZ_FI() 781 jlong typefaceHandle, jint bidiFlags, in getTextPath___C() argument [all …]
|
D | Graphics.cpp | 390 jlong typefaceHandle = env->GetLongField(paint, gPaint_nativeTypefaceID); in getNativeTypeface() local 391 android::TypefaceImpl* p = reinterpret_cast<android::TypefaceImpl*>(typefaceHandle); in getNativeTypeface()
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 509 jlong paintHandle, jlong typefaceHandle) { in drawTextChars() argument 511 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in drawTextChars() 520 jlong paintHandle, jlong typefaceHandle) { in drawTextString() argument 522 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in drawTextString() 532 jboolean isRtl, jlong paintHandle, jlong typefaceHandle) { in drawTextRunChars() argument 534 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in drawTextRunChars() 546 jlong typefaceHandle) { in drawTextRunString() argument 548 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in drawTextRunString() 640 jlong typefaceHandle) { in drawTextOnPathChars() argument 643 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in drawTextOnPathChars() [all …]
|