Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/pdf/
DPdfUtils.h31 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr);
DPdfUtils.cpp126 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) { in nativeScaleForPrinting() function
DPdfEditor.cpp279 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting}, in nativeScaleForPrinting() method
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java250 return nativeScaleForPrinting(mNativeDocument); in shouldScaleForPrinting()
375 private static native boolean nativeScaleForPrinting(long documentPtr); in nativeScaleForPrinting() method in PdfEditor
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt18278 Landroid/graphics/pdf/PdfEditor;->nativeScaleForPrinting(J)Z
18315 Landroid/graphics/pdf/PdfRenderer;->nativeScaleForPrinting(J)Z