Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/pdf/
DPdfUtils.h30 jint nativeGetPageCount(JNIEnv* env, jclass thiz, jlong documentPtr);
DPdfUtils.cpp123 jint nativeGetPageCount(JNIEnv* env, jclass thiz, jlong documentPtr) { in nativeGetPageCount() function
DPdfRenderer.cpp115 {"nativeGetPageCount", "(J)I", (void*) nativeGetPageCount},
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java85 mPageCount = nativeGetPageCount(mNativeDocument); in PdfEditor()
353 private static native int nativeGetPageCount(long documentPtr); in nativeGetPageCount() method in PdfEditor
DPdfRenderer.java173 mPageCount = nativeGetPageCount(mNativeDocument); in PdfRenderer()
491 private static native int nativeGetPageCount(long documentPtr); in nativeGetPageCount() method in PdfRenderer