Searched refs:nativeGetPageCount (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfUtils.h | 30 jint nativeGetPageCount(JNIEnv* env, jclass thiz, jlong documentPtr);
|
D | PdfUtils.cpp | 122 jint nativeGetPageCount(JNIEnv* env, jclass thiz, jlong documentPtr) { in nativeGetPageCount() function
|
D | PdfRenderer.cpp | 118 {"nativeGetPageCount", "(J)I", (void*) nativeGetPageCount},
|
D | PdfEditor.cpp | 278 {"nativeGetPageCount", "(J)I", (void*) nativeGetPageCount},
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfEditor.java | 86 mPageCount = nativeGetPageCount(mNativeDocument); in PdfEditor() 354 private static native int nativeGetPageCount(long documentPtr); in nativeGetPageCount() method in PdfEditor
|
D | PdfRenderer.java | 169 mPageCount = nativeGetPageCount(mNativeDocument); in PdfRenderer() 485 private static native int nativeGetPageCount(long documentPtr); in nativeGetPageCount() method in PdfRenderer
|