Lines Matching refs:paintHandle

94         jlong paintHandle = env->GetLongField(paint, gPaint_nativeInstanceID);
95 android::Paint* p = reinterpret_cast<android::Paint*>(paintHandle);
130 static jlong initWithPaint(JNIEnv* env, jobject clazz, jlong paintHandle) {
131 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
461 static jfloat getLetterSpacing(JNIEnv* env, jobject clazz, jlong paintHandle) {
462 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
466 static void setLetterSpacing(JNIEnv* env, jobject clazz, jlong paintHandle, jfloat letterSpacing) {
467 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
471 static void setFontFeatureSettings(JNIEnv* env, jobject clazz, jlong paintHandle, jstring settings) {
472 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
481 static jint getHyphenEdit(JNIEnv* env, jobject clazz, jlong paintHandle, jint hyphen) {
482 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
486 static void setHyphenEdit(JNIEnv* env, jobject clazz, jlong paintHandle, jint hyphen) {
487 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
679 static jint getTextWidths___CIII_F(JNIEnv* env, jobject clazz, jlong paintHandle, jlong typefaceHandle, jcharArray text,
681 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
690 static jint getTextWidths__StringIII_F(JNIEnv* env, jobject clazz, jlong paintHandle, jlong typefaceHandle, jstring text,
692 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
737 static jfloat getTextRunAdvances___CIIIIZ_FI(JNIEnv* env, jobject clazz, jlong paintHandle,
741 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
750 static jfloat getTextRunAdvances__StringIIIIZ_FI(JNIEnv* env, jobject clazz, jlong paintHandle,
754 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
771 static jint getTextRunCursor___C(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray text,
773 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
781 static jint getTextRunCursor__String(JNIEnv* env, jobject clazz, jlong paintHandle, jstring text,
783 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
841 static void getTextPath___C(JNIEnv* env, jobject clazz, jlong paintHandle,
844 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
852 static void getTextPath__String(JNIEnv* env, jobject clazz, jlong paintHandle,
855 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
863 static void setShadowLayer(JNIEnv* env, jobject clazz, jlong paintHandle, jfloat radius,
865 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
875 static jboolean hasShadowLayer(JNIEnv* env, jobject clazz, jlong paintHandle) {
876 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
914 static jint breakTextC(JNIEnv* env, jobject clazz, jlong paintHandle, jlong typefaceHandle, jcharArray jtext,
918 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
943 static jint breakTextS(JNIEnv* env, jobject clazz, jlong paintHandle, jlong typefaceHandle, jstring jtext,
947 Paint* paint = reinterpret_cast<Paint*>(paintHandle);
974 static void getStringBounds(JNIEnv* env, jobject, jlong paintHandle, jlong typefaceHandle,
976 const Paint* paint = reinterpret_cast<Paint*>(paintHandle);;
983 static void getCharArrayBounds(JNIEnv* env, jobject, jlong paintHandle, jlong typefaceHandle,
985 const Paint* paint = reinterpret_cast<Paint*>(paintHandle);
1009 static jboolean hasGlyph(JNIEnv *env, jclass, jlong paintHandle, jlong typefaceHandle,
1011 const Paint* paint = reinterpret_cast<Paint*>(paintHandle);
1063 static jfloat getRunAdvance___CIIIIZI_F(JNIEnv *env, jclass, jlong paintHandle,
1066 const Paint* paint = reinterpret_cast<Paint*>(paintHandle);
1083 static jint getOffsetForAdvance___CIIIIZF_I(JNIEnv *env, jclass, jlong paintHandle,
1086 const Paint* paint = reinterpret_cast<Paint*>(paintHandle);