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

/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp148 static jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) { function in namespace:android
275 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
H A DPdfEditor.cpp248 static jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) { function in namespace:android
345 {"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 253 milliseconds