Searched refs:nativeScaleForPrinting (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp152 static jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) { function in namespace:android
290 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
H A DPdfEditor.cpp257 static jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) { function in namespace:android
354 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java208 return nativeScaleForPrinting(mNativeDocument);
320 private static native boolean nativeScaleForPrinting(long documentPtr); method in class:PdfEditor
H A DPdfRenderer.java188 return nativeScaleForPrinting(mNativeDocument);
427 private static native boolean nativeScaleForPrinting(long documentPtr); method in class:PdfRenderer

Completed in 79 milliseconds