Home
last modified time | relevance | path

Searched defs:nativeScaleForPrinting (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/jni/pdf/
DPdfUtils.cpp126 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) { in nativeScaleForPrinting() function
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java375 private static native boolean nativeScaleForPrinting(long documentPtr); in nativeScaleForPrinting() method in PdfEditor