Searched refs:nativeGetPageCount (Results 1 – 5 of 5) sorted by relevance
30 jint nativeGetPageCount(JNIEnv* env, jclass thiz, jlong documentPtr);
123 jint nativeGetPageCount(JNIEnv* env, jclass thiz, jlong documentPtr) { in nativeGetPageCount() function
115 {"nativeGetPageCount", "(J)I", (void*) nativeGetPageCount},
85 mPageCount = nativeGetPageCount(mNativeDocument); in PdfEditor()353 private static native int nativeGetPageCount(long documentPtr); in nativeGetPageCount() method in PdfEditor
173 mPageCount = nativeGetPageCount(mNativeDocument); in PdfRenderer()491 private static native int nativeGetPageCount(long documentPtr); in nativeGetPageCount() method in PdfRenderer