Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/pdf/
H A DPdfUtils.h31 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr);
H A DPdfUtils.cpp129 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) { in nativeScaleForPrinting() function
H A DPdfRenderer.cpp116 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
H A DPdfEditor.cpp282 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
/aosp14/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java242 return nativeScaleForPrinting(mNativeDocument); in shouldScaleForPrinting()
367 private static native boolean nativeScaleForPrinting(long documentPtr); in nativeScaleForPrinting() method in PdfEditor
H A DPdfRenderer.java217 return nativeScaleForPrinting(mNativeDocument); in shouldScaleForPrinting()
495 private static native boolean nativeScaleForPrinting(long documentPtr); in nativeScaleForPrinting() method in PdfRenderer
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18278 Landroid/graphics/pdf/PdfEditor;->nativeScaleForPrinting(J)Z
18315 Landroid/graphics/pdf/PdfRenderer;->nativeScaleForPrinting(J)Z