HomeSort by relevance Sort by last modified time
    Searched refs:nativeRemovePage (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java 105 mPageCount = nativeRemovePage(mNativeDocument, pageIndex);
307 private static native int nativeRemovePage(long documentPtr, int pageIndex);
  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 121 static jint nativeRemovePage(JNIEnv* env, jclass thiz, jlong documentPtr, jint pageIndex) {
341 {"nativeRemovePage", "(JI)I", (void*) nativeRemovePage},

Completed in 4521 milliseconds