Home
last modified time | relevance | path

Searched refs:nativeGetPageCropBox (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java221 return nativeGetPageCropBox(mNativeDocument, pageIndex, outCropBox); in getPageCropBox()
371 private static native boolean nativeGetPageCropBox(long documentPtr, int pageIndex, in nativeGetPageCropBox() method in PdfEditor
/frameworks/base/libs/hwui/jni/pdf/
DPdfEditor.cpp229 static jboolean nativeGetPageCropBox(JNIEnv* env, jclass thiz, jlong documentPtr, jint pageIndex, in nativeGetPageCropBox() function
282 {"nativeGetPageCropBox", "(JILandroid/graphics/Rect;)Z", (void*) nativeGetPageCropBox},
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt18273 Landroid/graphics/pdf/PdfEditor;->nativeGetPageCropBox(JILandroid/graphics/Rect;)Z