OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
126
static jint
nativeRemovePage
(JNIEnv* env, jclass thiz, jlong documentPtr, jint pageIndex) {
350
{"
nativeRemovePage
", "(JI)I", (void*)
nativeRemovePage
},
Completed in 1261 milliseconds