Searched refs:nativeGetPageMediaBox (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/pdf/ |
H A D | PdfEditor.java | 181 return nativeGetPageMediaBox(mNativeDocument, pageIndex, outMediaBox); in getPageMediaBox() 359 private static native boolean nativeGetPageMediaBox(long documentPtr, int pageIndex, in nativeGetPageMediaBox() method in PdfEditor
|
/aosp12/frameworks/base/libs/hwui/jni/pdf/ |
H A D | PdfEditor.cpp | 225 static jboolean nativeGetPageMediaBox(JNIEnv* env, jclass thiz, jlong documentPtr, jint pageIndex, in nativeGetPageMediaBox() function 283 {"nativeGetPageMediaBox", "(JILandroid/graphics/Rect;)Z", (void*) nativeGetPageMediaBox},
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 21152 Landroid/graphics/pdf/PdfEditor;->nativeGetPageMediaBox(JILandroid/graphics/Rect;)Z
|