Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/pdf/
DPdfEditor.cpp191 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()