Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java181 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 DPdfEditor.cpp225 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 Dhiddenapi-max-target-o.txt21152 Landroid/graphics/pdf/PdfEditor;->nativeGetPageMediaBox(JILandroid/graphics/Rect;)Z