Home
last modified time | relevance | path

Searched refs:freetext_annotation_class (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Djni_conversion.cc1180 static jclass freetext_annotation_class = GetPermClassRef(env, kFreeTextAnnotation); in ToJavaFreeTextAnnotation() local
1182 static jmethodID init = env->GetMethodID(freetext_annotation_class, "<init>", in ToJavaFreeTextAnnotation()
1189 env->NewObject(freetext_annotation_class, init, java_bounds, java_string); in ToJavaFreeTextAnnotation()
1193 env->GetMethodID(freetext_annotation_class, "setTextColor", funcsig("V", "I").c_str()); in ToJavaFreeTextAnnotation()
1200 freetext_annotation_class, "setBackgroundColor", funcsig("V", "I").c_str()); in ToJavaFreeTextAnnotation()
1308 static jclass freetext_annotation_class = GetPermClassRef(env, kFreeTextAnnotation); in ToNativeFreeTextAnnotation() local
1311 env->GetMethodID(freetext_annotation_class, "getBounds", funcsig(kRectF).c_str()); in ToNativeFreeTextAnnotation()
1320 env->GetMethodID(freetext_annotation_class, "getTextContent", funcsig(kString).c_str()); in ToNativeFreeTextAnnotation()
1330 env->GetMethodID(freetext_annotation_class, "getTextColor", funcsig("I").c_str()); in ToNativeFreeTextAnnotation()
1337 env->GetMethodID(freetext_annotation_class, "getBackgroundColor", funcsig("I").c_str()); in ToNativeFreeTextAnnotation()