Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/pdf/
DPdfUtils.h31 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr);
DPdfUtils.cpp128 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) { in nativeScaleForPrinting() function
DPdfRenderer.cpp119 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
DPdfEditor.cpp283 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java243 return nativeScaleForPrinting(mNativeDocument); in shouldScaleForPrinting()
368 private static native boolean nativeScaleForPrinting(long documentPtr); in nativeScaleForPrinting() method in PdfEditor
DPdfRenderer.java212 return nativeScaleForPrinting(mNativeDocument); in shouldScaleForPrinting()
486 private static native boolean nativeScaleForPrinting(long documentPtr); in nativeScaleForPrinting() method in PdfRenderer