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.cpp129 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) { in nativeScaleForPrinting() function
DPdfRenderer.cpp116 {"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.java216 return nativeScaleForPrinting(mNativeDocument); in shouldScaleForPrinting()
492 private static native boolean nativeScaleForPrinting(long documentPtr); in nativeScaleForPrinting() method in PdfRenderer