Searched refs:nativeGetPageCropBox (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfEditor.java | 208 return nativeGetPageCropBox(mNativeDocument, pageIndex, outCropBox); in getPageCropBox() 351 private static native boolean nativeGetPageCropBox(long documentPtr, int pageIndex, in nativeGetPageCropBox() method in PdfEditor
|
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfEditor.cpp | 265 static jboolean nativeGetPageCropBox(JNIEnv* env, jclass thiz, jlong documentPtr, jint pageIndex, in nativeGetPageCropBox() function 325 {"nativeGetPageCropBox", "(JILandroid/graphics/Rect;)Z", (void*) nativeGetPageCropBox},
|