Home
last modified time | relevance | path

Searched defs:nativeGetPageCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/jni/pdf/
DPdfUtils.cpp120 jint nativeGetPageCount(JNIEnv* env, jclass thiz, jlong documentPtr) { in nativeGetPageCount() function
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java361 private static native int nativeGetPageCount(long documentPtr); in nativeGetPageCount() method in PdfEditor