Searched refs:nativeGetPageBox (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfEditor.cpp | 191 static bool nativeGetPageBox(JNIEnv* env, jclass thiz, jlong documentPtr, jint pageIndex, in nativeGetPageBox() function 227 const bool success = nativeGetPageBox(env, thiz, documentPtr, pageIndex, PAGE_BOX_MEDIA, in nativeGetPageMediaBox() 234 const bool success = nativeGetPageBox(env, thiz, documentPtr, pageIndex, PAGE_BOX_CROP, in nativeGetPageCropBox()
|