HomeSort by relevance Sort by last modified time
    Searched refs:nativeScaleForPrinting (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/jni/android/graphics/pdf/
PdfUtils.h 31 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr);
PdfUtils.cpp 128 jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) {
PdfRenderer.cpp 119 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
PdfEditor.cpp 283 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java 243 return nativeScaleForPrinting(mNativeDocument);
368 private static native boolean nativeScaleForPrinting(long documentPtr);
PdfRenderer.java 212 return nativeScaleForPrinting(mNativeDocument);
486 private static native boolean nativeScaleForPrinting(long documentPtr);

Completed in 80 milliseconds