Searched refs:nativeGetPageCount (Results 1 – 7 of 7) 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 | 85 mPageCount = nativeGetPageCount(mNativeDocument); in PdfEditor() 353 private static native int nativeGetPageCount(long documentPtr); in nativeGetPageCount() method in PdfEditor
|
D | PdfRenderer.java | 173 mPageCount = nativeGetPageCount(mNativeDocument); in PdfRenderer() 491 private static native int nativeGetPageCount(long documentPtr); in nativeGetPageCount() method in PdfRenderer
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 21159 Landroid/graphics/pdf/PdfEditor;->nativeGetPageCount(J)I 21199 Landroid/graphics/pdf/PdfRenderer;->nativeGetPageCount(J)I
|