Searched refs:nativeGetPageSize (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfEditor.java | 173 nativeGetPageSize(mNativeDocument, pageIndex, outSize); in getPageSize() 366 private static native void nativeGetPageSize(long documentPtr, int pageIndex, Point outSize); in nativeGetPageSize() method in PdfEditor
|
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfEditor.cpp | 161 static void nativeGetPageSize(JNIEnv* env, jclass thiz, jlong documentPtr, in nativeGetPageSize() function 278 {"nativeGetPageSize", "(JILandroid/graphics/Point;)V", (void*) nativeGetPageSize},
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 18275 Landroid/graphics/pdf/PdfEditor;->nativeGetPageSize(JILandroid/graphics/Point;)V
|