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

  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 149 static jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) {
286 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
PdfEditor.cpp 254 static jboolean nativeScaleForPrinting(JNIEnv* env, jclass thiz, jlong documentPtr) {
351 {"nativeScaleForPrinting", "(J)Z", (void*) nativeScaleForPrinting},
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java 237 return nativeScaleForPrinting(mNativeDocument);
355 private static native boolean nativeScaleForPrinting(long documentPtr);
PdfRenderer.java 204 return nativeScaleForPrinting(mNativeDocument);
452 private static native boolean nativeScaleForPrinting(long documentPtr);

Completed in 86 milliseconds