Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Djni_conversion.h140 jobject ToJavaPageAnnotations(JNIEnv* env, const vector<Annotation*>& annotations,
Dpdf_document_jni.cc523 return convert::ToJavaPageAnnotations(env, annotations, page.get()); in Java_android_graphics_pdf_PdfDocumentProxy_getPageAnnotations()
Djni_conversion.cc1109 jobject ToJavaPageAnnotations(JNIEnv* env, const vector<Annotation*>& annotations, in ToJavaPageAnnotations() function