Home
last modified time | relevance | path

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

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