Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/pdf/
H A DPdfEditor.cpp44 enum PageBox {PAGE_BOX_MEDIA, PAGE_BOX_CROP}; enumerator
234 const bool success = nativeGetPageBox(env, thiz, documentPtr, pageIndex, PAGE_BOX_CROP, in nativeGetPageCropBox()
271 nativeSetPageBox(env, thiz, documentPtr, pageIndex, PAGE_BOX_CROP, mediaBox); in nativeSetPageCropBox()