Searched refs:nativeScaleForPrinting (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfUtils.h | 31 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr);
|
D | PdfUtils.cpp | 129 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) { in nativeScaleForPrinting() function
|
D | PdfRenderer.cpp | 116 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
|
D | PdfEditor.cpp | 282 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfEditor.java | 242 return nativeScaleForPrinting(mNativeDocument); in shouldScaleForPrinting() 367 private static native boolean nativeScaleForPrinting(long documentPtr); in nativeScaleForPrinting() method in PdfEditor
|
D | PdfRenderer.java | 217 return nativeScaleForPrinting(mNativeDocument); in shouldScaleForPrinting() 495 private static native boolean nativeScaleForPrinting(long documentPtr); in nativeScaleForPrinting() method in PdfRenderer
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 21156 Landroid/graphics/pdf/PdfEditor;->nativeScaleForPrinting(J)Z 21193 Landroid/graphics/pdf/PdfRenderer;->nativeScaleForPrinting(J)Z
|