/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class com_artifex_mupdf_fitz_Annotation */ #ifndef _Included_com_artifex_mupdf_fitz_Annotation #define _Included_com_artifex_mupdf_fitz_Annotation #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Annotation * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Annotation_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Annotation * Method: run * Signature: (Lcom/artifex/mupdf/fitz/Device;Lcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/Cookie;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Annotation_run (JNIEnv *, jobject, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_Annotation * Method: toPixmap * Signature: (Lcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/ColorSpace;Z)Lcom/artifex/mupdf/fitz/Pixmap; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Annotation_toPixmap (JNIEnv *, jobject, jobject, jobject, jboolean); /* * Class: com_artifex_mupdf_fitz_Annotation * Method: getBounds * Signature: ()Lcom/artifex/mupdf/fitz/Rect; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Annotation_getBounds (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Annotation * Method: toDisplayList * Signature: ()Lcom/artifex/mupdf/fitz/DisplayList; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Annotation_toDisplayList (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Annotation * Method: advance * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Annotation_advance (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Buffer */ #ifndef _Included_com_artifex_mupdf_fitz_Buffer #define _Included_com_artifex_mupdf_fitz_Buffer #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Buffer * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Buffer_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: newNativeBuffer * Signature: (I)J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Buffer_newNativeBuffer (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: getLength * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Buffer_getLength (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: readByte * Signature: (I)I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Buffer_readByte (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: readBytes * Signature: (I[B)I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Buffer_readBytes (JNIEnv *, jobject, jint, jbyteArray); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: readBytesInto * Signature: (I[BII)I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Buffer_readBytesInto (JNIEnv *, jobject, jint, jbyteArray, jint, jint); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: writeByte * Signature: (B)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Buffer_writeByte (JNIEnv *, jobject, jbyte); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: writeBytes * Signature: ([B)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Buffer_writeBytes (JNIEnv *, jobject, jbyteArray); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: writeBytesFrom * Signature: ([BII)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Buffer_writeBytesFrom (JNIEnv *, jobject, jbyteArray, jint, jint); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: writeBuffer * Signature: (Lcom/artifex/mupdf/fitz/Buffer;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Buffer_writeBuffer (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: writeRune * Signature: (I)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Buffer_writeRune (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: writeLine * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Buffer_writeLine (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: writeLines * Signature: ([Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Buffer_writeLines (JNIEnv *, jobject, jobjectArray); /* * Class: com_artifex_mupdf_fitz_Buffer * Method: save * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Buffer_save (JNIEnv *, jobject, jstring); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_BufferInputStream */ #ifndef _Included_com_artifex_mupdf_fitz_BufferInputStream #define _Included_com_artifex_mupdf_fitz_BufferInputStream #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_BufferInputStream_MAX_SKIP_BUFFER_SIZE #define com_artifex_mupdf_fitz_BufferInputStream_MAX_SKIP_BUFFER_SIZE 2048L #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_BufferOutputStream */ #ifndef _Included_com_artifex_mupdf_fitz_BufferOutputStream #define _Included_com_artifex_mupdf_fitz_BufferOutputStream #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_ColorParams */ #ifndef _Included_com_artifex_mupdf_fitz_ColorParams #define _Included_com_artifex_mupdf_fitz_ColorParams #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_ColorParams_BP #define com_artifex_mupdf_fitz_ColorParams_BP 32L #undef com_artifex_mupdf_fitz_ColorParams_OP #define com_artifex_mupdf_fitz_ColorParams_OP 64L #undef com_artifex_mupdf_fitz_ColorParams_OPM #define com_artifex_mupdf_fitz_ColorParams_OPM 128L #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_ColorParams_RenderingIntent */ #ifndef _Included_com_artifex_mupdf_fitz_ColorParams_RenderingIntent #define _Included_com_artifex_mupdf_fitz_ColorParams_RenderingIntent #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_ColorSpace */ #ifndef _Included_com_artifex_mupdf_fitz_ColorSpace #define _Included_com_artifex_mupdf_fitz_ColorSpace #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_ColorSpace * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_ColorSpace_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_ColorSpace * Method: nativeDeviceGray * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_ColorSpace_nativeDeviceGray (JNIEnv *, jclass); /* * Class: com_artifex_mupdf_fitz_ColorSpace * Method: nativeDeviceRGB * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_ColorSpace_nativeDeviceRGB (JNIEnv *, jclass); /* * Class: com_artifex_mupdf_fitz_ColorSpace * Method: nativeDeviceBGR * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_ColorSpace_nativeDeviceBGR (JNIEnv *, jclass); /* * Class: com_artifex_mupdf_fitz_ColorSpace * Method: nativeDeviceCMYK * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_ColorSpace_nativeDeviceCMYK (JNIEnv *, jclass); /* * Class: com_artifex_mupdf_fitz_ColorSpace * Method: getNumberOfComponents * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_ColorSpace_getNumberOfComponents (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Context */ #ifndef _Included_com_artifex_mupdf_fitz_Context #define _Included_com_artifex_mupdf_fitz_Context #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Context * Method: initNative * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Context_initNative (JNIEnv *, jclass); /* * Class: com_artifex_mupdf_fitz_Context * Method: gprfSupportedNative * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Context_gprfSupportedNative (JNIEnv *, jclass); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Cookie */ #ifndef _Included_com_artifex_mupdf_fitz_Cookie #define _Included_com_artifex_mupdf_fitz_Cookie #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Cookie * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Cookie_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Cookie * Method: newNative * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Cookie_newNative (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Cookie * Method: abort * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Cookie_abort (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Device */ #ifndef _Included_com_artifex_mupdf_fitz_Device #define _Included_com_artifex_mupdf_fitz_Device #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_Device_FLAG_MASK #define com_artifex_mupdf_fitz_Device_FLAG_MASK 1L #undef com_artifex_mupdf_fitz_Device_FLAG_COLOR #define com_artifex_mupdf_fitz_Device_FLAG_COLOR 2L #undef com_artifex_mupdf_fitz_Device_FLAG_UNCACHEABLE #define com_artifex_mupdf_fitz_Device_FLAG_UNCACHEABLE 4L #undef com_artifex_mupdf_fitz_Device_FLAG_FILLCOLOR_UNDEFINED #define com_artifex_mupdf_fitz_Device_FLAG_FILLCOLOR_UNDEFINED 8L #undef com_artifex_mupdf_fitz_Device_FLAG_STROKECOLOR_UNDEFINED #define com_artifex_mupdf_fitz_Device_FLAG_STROKECOLOR_UNDEFINED 16L #undef com_artifex_mupdf_fitz_Device_FLAG_STARTCAP_UNDEFINED #define com_artifex_mupdf_fitz_Device_FLAG_STARTCAP_UNDEFINED 32L #undef com_artifex_mupdf_fitz_Device_FLAG_DASHCAP_UNDEFINED #define com_artifex_mupdf_fitz_Device_FLAG_DASHCAP_UNDEFINED 64L #undef com_artifex_mupdf_fitz_Device_FLAG_ENDCAP_UNDEFINED #define com_artifex_mupdf_fitz_Device_FLAG_ENDCAP_UNDEFINED 128L #undef com_artifex_mupdf_fitz_Device_FLAG_LINEJOIN_UNDEFINED #define com_artifex_mupdf_fitz_Device_FLAG_LINEJOIN_UNDEFINED 256L #undef com_artifex_mupdf_fitz_Device_FLAG_MITERLIMIT_UNDEFINED #define com_artifex_mupdf_fitz_Device_FLAG_MITERLIMIT_UNDEFINED 512L #undef com_artifex_mupdf_fitz_Device_FLAG_LINEWIDTH_UNDEFINED #define com_artifex_mupdf_fitz_Device_FLAG_LINEWIDTH_UNDEFINED 1024L #undef com_artifex_mupdf_fitz_Device_BLEND_NORMAL #define com_artifex_mupdf_fitz_Device_BLEND_NORMAL 0L #undef com_artifex_mupdf_fitz_Device_BLEND_MULTIPLY #define com_artifex_mupdf_fitz_Device_BLEND_MULTIPLY 1L #undef com_artifex_mupdf_fitz_Device_BLEND_SCREEN #define com_artifex_mupdf_fitz_Device_BLEND_SCREEN 2L #undef com_artifex_mupdf_fitz_Device_BLEND_OVERLAY #define com_artifex_mupdf_fitz_Device_BLEND_OVERLAY 3L #undef com_artifex_mupdf_fitz_Device_BLEND_DARKEN #define com_artifex_mupdf_fitz_Device_BLEND_DARKEN 4L #undef com_artifex_mupdf_fitz_Device_BLEND_LIGHTEN #define com_artifex_mupdf_fitz_Device_BLEND_LIGHTEN 5L #undef com_artifex_mupdf_fitz_Device_BLEND_COLOR_DODGE #define com_artifex_mupdf_fitz_Device_BLEND_COLOR_DODGE 6L #undef com_artifex_mupdf_fitz_Device_BLEND_COLOR_BURN #define com_artifex_mupdf_fitz_Device_BLEND_COLOR_BURN 7L #undef com_artifex_mupdf_fitz_Device_BLEND_HARD_LIGHT #define com_artifex_mupdf_fitz_Device_BLEND_HARD_LIGHT 8L #undef com_artifex_mupdf_fitz_Device_BLEND_SOFT_LIGHT #define com_artifex_mupdf_fitz_Device_BLEND_SOFT_LIGHT 9L #undef com_artifex_mupdf_fitz_Device_BLEND_DIFFERENCE #define com_artifex_mupdf_fitz_Device_BLEND_DIFFERENCE 10L #undef com_artifex_mupdf_fitz_Device_BLEND_EXCLUSION #define com_artifex_mupdf_fitz_Device_BLEND_EXCLUSION 11L #undef com_artifex_mupdf_fitz_Device_BLEND_HUE #define com_artifex_mupdf_fitz_Device_BLEND_HUE 12L #undef com_artifex_mupdf_fitz_Device_BLEND_SATURATION #define com_artifex_mupdf_fitz_Device_BLEND_SATURATION 13L #undef com_artifex_mupdf_fitz_Device_BLEND_COLOR #define com_artifex_mupdf_fitz_Device_BLEND_COLOR 14L #undef com_artifex_mupdf_fitz_Device_BLEND_LUMINOSITY #define com_artifex_mupdf_fitz_Device_BLEND_LUMINOSITY 15L #undef com_artifex_mupdf_fitz_Device_BLEND_MODEMASK #define com_artifex_mupdf_fitz_Device_BLEND_MODEMASK 15L #undef com_artifex_mupdf_fitz_Device_BLEND_ISOLATED #define com_artifex_mupdf_fitz_Device_BLEND_ISOLATED 16L #undef com_artifex_mupdf_fitz_Device_BLEND_KNOCKOUT #define com_artifex_mupdf_fitz_Device_BLEND_KNOCKOUT 32L #undef com_artifex_mupdf_fitz_Device_IGNORE_IMAGE #define com_artifex_mupdf_fitz_Device_IGNORE_IMAGE 1L #undef com_artifex_mupdf_fitz_Device_IGNORE_SHADE #define com_artifex_mupdf_fitz_Device_IGNORE_SHADE 2L /* * Class: com_artifex_mupdf_fitz_Device * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Device_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Device * Method: newNative * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Device_newNative (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_DisplayList */ #ifndef _Included_com_artifex_mupdf_fitz_DisplayList #define _Included_com_artifex_mupdf_fitz_DisplayList #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_DisplayList * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_DisplayList_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_DisplayList * Method: newNative * Signature: (Lcom/artifex/mupdf/fitz/Rect;)J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_DisplayList_newNative (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_DisplayList * Method: toPixmap * Signature: (Lcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/ColorSpace;Z)Lcom/artifex/mupdf/fitz/Pixmap; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_DisplayList_toPixmap (JNIEnv *, jobject, jobject, jobject, jboolean); /* * Class: com_artifex_mupdf_fitz_DisplayList * Method: toStructuredText * Signature: (Ljava/lang/String;)Lcom/artifex/mupdf/fitz/StructuredText; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_DisplayList_toStructuredText (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_DisplayList * Method: search * Signature: (Ljava/lang/String;)[Lcom/artifex/mupdf/fitz/Rect; */ JNIEXPORT jobjectArray JNICALL Java_com_artifex_mupdf_fitz_DisplayList_search (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_DisplayList * Method: run * Signature: (Lcom/artifex/mupdf/fitz/Device;Lcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/Rect;Lcom/artifex/mupdf/fitz/Cookie;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_DisplayList_run (JNIEnv *, jobject, jobject, jobject, jobject, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_DisplayListDevice */ #ifndef _Included_com_artifex_mupdf_fitz_DisplayListDevice #define _Included_com_artifex_mupdf_fitz_DisplayListDevice #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_DisplayListDevice_FLAG_MASK #define com_artifex_mupdf_fitz_DisplayListDevice_FLAG_MASK 1L #undef com_artifex_mupdf_fitz_DisplayListDevice_FLAG_COLOR #define com_artifex_mupdf_fitz_DisplayListDevice_FLAG_COLOR 2L #undef com_artifex_mupdf_fitz_DisplayListDevice_FLAG_UNCACHEABLE #define com_artifex_mupdf_fitz_DisplayListDevice_FLAG_UNCACHEABLE 4L #undef com_artifex_mupdf_fitz_DisplayListDevice_FLAG_FILLCOLOR_UNDEFINED #define com_artifex_mupdf_fitz_DisplayListDevice_FLAG_FILLCOLOR_UNDEFINED 8L #undef com_artifex_mupdf_fitz_DisplayListDevice_FLAG_STROKECOLOR_UNDEFINED #define com_artifex_mupdf_fitz_DisplayListDevice_FLAG_STROKECOLOR_UNDEFINED 16L #undef com_artifex_mupdf_fitz_DisplayListDevice_FLAG_STARTCAP_UNDEFINED #define com_artifex_mupdf_fitz_DisplayListDevice_FLAG_STARTCAP_UNDEFINED 32L #undef com_artifex_mupdf_fitz_DisplayListDevice_FLAG_DASHCAP_UNDEFINED #define com_artifex_mupdf_fitz_DisplayListDevice_FLAG_DASHCAP_UNDEFINED 64L #undef com_artifex_mupdf_fitz_DisplayListDevice_FLAG_ENDCAP_UNDEFINED #define com_artifex_mupdf_fitz_DisplayListDevice_FLAG_ENDCAP_UNDEFINED 128L #undef com_artifex_mupdf_fitz_DisplayListDevice_FLAG_LINEJOIN_UNDEFINED #define com_artifex_mupdf_fitz_DisplayListDevice_FLAG_LINEJOIN_UNDEFINED 256L #undef com_artifex_mupdf_fitz_DisplayListDevice_FLAG_MITERLIMIT_UNDEFINED #define com_artifex_mupdf_fitz_DisplayListDevice_FLAG_MITERLIMIT_UNDEFINED 512L #undef com_artifex_mupdf_fitz_DisplayListDevice_FLAG_LINEWIDTH_UNDEFINED #define com_artifex_mupdf_fitz_DisplayListDevice_FLAG_LINEWIDTH_UNDEFINED 1024L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_NORMAL #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_NORMAL 0L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_MULTIPLY #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_MULTIPLY 1L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_SCREEN #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_SCREEN 2L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_OVERLAY #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_OVERLAY 3L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_DARKEN #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_DARKEN 4L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_LIGHTEN #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_LIGHTEN 5L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_COLOR_DODGE #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_COLOR_DODGE 6L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_COLOR_BURN #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_COLOR_BURN 7L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_HARD_LIGHT #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_HARD_LIGHT 8L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_SOFT_LIGHT #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_SOFT_LIGHT 9L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_DIFFERENCE #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_DIFFERENCE 10L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_EXCLUSION #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_EXCLUSION 11L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_HUE #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_HUE 12L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_SATURATION #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_SATURATION 13L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_COLOR #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_COLOR 14L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_LUMINOSITY #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_LUMINOSITY 15L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_MODEMASK #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_MODEMASK 15L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_ISOLATED #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_ISOLATED 16L #undef com_artifex_mupdf_fitz_DisplayListDevice_BLEND_KNOCKOUT #define com_artifex_mupdf_fitz_DisplayListDevice_BLEND_KNOCKOUT 32L #undef com_artifex_mupdf_fitz_DisplayListDevice_IGNORE_IMAGE #define com_artifex_mupdf_fitz_DisplayListDevice_IGNORE_IMAGE 1L #undef com_artifex_mupdf_fitz_DisplayListDevice_IGNORE_SHADE #define com_artifex_mupdf_fitz_DisplayListDevice_IGNORE_SHADE 2L /* * Class: com_artifex_mupdf_fitz_DisplayListDevice * Method: newNative * Signature: (Lcom/artifex/mupdf/fitz/DisplayList;)J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_DisplayListDevice_newNative (JNIEnv *, jclass, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Document */ #ifndef _Included_com_artifex_mupdf_fitz_Document #define _Included_com_artifex_mupdf_fitz_Document #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Document * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Document_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Document * Method: openNativeWithPath * Signature: (Ljava/lang/String;)Lcom/artifex/mupdf/fitz/Document; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Document_openNativeWithPath (JNIEnv *, jclass, jstring); /* * Class: com_artifex_mupdf_fitz_Document * Method: openNativeWithBuffer * Signature: ([BLjava/lang/String;)Lcom/artifex/mupdf/fitz/Document; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Document_openNativeWithBuffer (JNIEnv *, jclass, jbyteArray, jstring); /* * Class: com_artifex_mupdf_fitz_Document * Method: openNativeWithStream * Signature: (Lcom/artifex/mupdf/fitz/SeekableInputStream;Ljava/lang/String;)Lcom/artifex/mupdf/fitz/Document; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Document_openNativeWithStream (JNIEnv *, jclass, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_Document * Method: recognize * Signature: (Ljava/lang/String;)Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_Document_recognize (JNIEnv *, jclass, jstring); /* * Class: com_artifex_mupdf_fitz_Document * Method: needsPassword * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_Document_needsPassword (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Document * Method: authenticatePassword * Signature: (Ljava/lang/String;)Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_Document_authenticatePassword (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_Document * Method: countPages * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Document_countPages (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Document * Method: loadPage * Signature: (I)Lcom/artifex/mupdf/fitz/Page; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Document_loadPage (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_Document * Method: loadOutline * Signature: ()[Lcom/artifex/mupdf/fitz/Outline; */ JNIEXPORT jobjectArray JNICALL Java_com_artifex_mupdf_fitz_Document_loadOutline (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Document * Method: getMetaData * Signature: (Ljava/lang/String;)Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_artifex_mupdf_fitz_Document_getMetaData (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_Document * Method: isReflowable * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_Document_isReflowable (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Document * Method: layout * Signature: (FFF)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Document_layout (JNIEnv *, jobject, jfloat, jfloat, jfloat); /* * Class: com_artifex_mupdf_fitz_Document * Method: makeBookmark * Signature: (I)J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Document_makeBookmark (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_Document * Method: findBookmark * Signature: (J)I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Document_findBookmark (JNIEnv *, jobject, jlong); /* * Class: com_artifex_mupdf_fitz_Document * Method: isUnencryptedPDF * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_Document_isUnencryptedPDF (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Document * Method: proofNative * Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_artifex_mupdf_fitz_Document_proofNative (JNIEnv *, jobject, jstring, jstring, jstring, jint); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_DocumentWriter */ #ifndef _Included_com_artifex_mupdf_fitz_DocumentWriter #define _Included_com_artifex_mupdf_fitz_DocumentWriter #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_DocumentWriter * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_DocumentWriter_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_DocumentWriter * Method: newNativeDocumentWriter * Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_DocumentWriter_newNativeDocumentWriter (JNIEnv *, jobject, jstring, jstring, jstring); /* * Class: com_artifex_mupdf_fitz_DocumentWriter * Method: beginPage * Signature: (Lcom/artifex/mupdf/fitz/Rect;)Lcom/artifex/mupdf/fitz/Device; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_DocumentWriter_beginPage (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_DocumentWriter * Method: endPage * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_DocumentWriter_endPage (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_DocumentWriter * Method: close * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_DocumentWriter_close (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_DrawDevice */ #ifndef _Included_com_artifex_mupdf_fitz_DrawDevice #define _Included_com_artifex_mupdf_fitz_DrawDevice #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_DrawDevice_FLAG_MASK #define com_artifex_mupdf_fitz_DrawDevice_FLAG_MASK 1L #undef com_artifex_mupdf_fitz_DrawDevice_FLAG_COLOR #define com_artifex_mupdf_fitz_DrawDevice_FLAG_COLOR 2L #undef com_artifex_mupdf_fitz_DrawDevice_FLAG_UNCACHEABLE #define com_artifex_mupdf_fitz_DrawDevice_FLAG_UNCACHEABLE 4L #undef com_artifex_mupdf_fitz_DrawDevice_FLAG_FILLCOLOR_UNDEFINED #define com_artifex_mupdf_fitz_DrawDevice_FLAG_FILLCOLOR_UNDEFINED 8L #undef com_artifex_mupdf_fitz_DrawDevice_FLAG_STROKECOLOR_UNDEFINED #define com_artifex_mupdf_fitz_DrawDevice_FLAG_STROKECOLOR_UNDEFINED 16L #undef com_artifex_mupdf_fitz_DrawDevice_FLAG_STARTCAP_UNDEFINED #define com_artifex_mupdf_fitz_DrawDevice_FLAG_STARTCAP_UNDEFINED 32L #undef com_artifex_mupdf_fitz_DrawDevice_FLAG_DASHCAP_UNDEFINED #define com_artifex_mupdf_fitz_DrawDevice_FLAG_DASHCAP_UNDEFINED 64L #undef com_artifex_mupdf_fitz_DrawDevice_FLAG_ENDCAP_UNDEFINED #define com_artifex_mupdf_fitz_DrawDevice_FLAG_ENDCAP_UNDEFINED 128L #undef com_artifex_mupdf_fitz_DrawDevice_FLAG_LINEJOIN_UNDEFINED #define com_artifex_mupdf_fitz_DrawDevice_FLAG_LINEJOIN_UNDEFINED 256L #undef com_artifex_mupdf_fitz_DrawDevice_FLAG_MITERLIMIT_UNDEFINED #define com_artifex_mupdf_fitz_DrawDevice_FLAG_MITERLIMIT_UNDEFINED 512L #undef com_artifex_mupdf_fitz_DrawDevice_FLAG_LINEWIDTH_UNDEFINED #define com_artifex_mupdf_fitz_DrawDevice_FLAG_LINEWIDTH_UNDEFINED 1024L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_NORMAL #define com_artifex_mupdf_fitz_DrawDevice_BLEND_NORMAL 0L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_MULTIPLY #define com_artifex_mupdf_fitz_DrawDevice_BLEND_MULTIPLY 1L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_SCREEN #define com_artifex_mupdf_fitz_DrawDevice_BLEND_SCREEN 2L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_OVERLAY #define com_artifex_mupdf_fitz_DrawDevice_BLEND_OVERLAY 3L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_DARKEN #define com_artifex_mupdf_fitz_DrawDevice_BLEND_DARKEN 4L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_LIGHTEN #define com_artifex_mupdf_fitz_DrawDevice_BLEND_LIGHTEN 5L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_COLOR_DODGE #define com_artifex_mupdf_fitz_DrawDevice_BLEND_COLOR_DODGE 6L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_COLOR_BURN #define com_artifex_mupdf_fitz_DrawDevice_BLEND_COLOR_BURN 7L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_HARD_LIGHT #define com_artifex_mupdf_fitz_DrawDevice_BLEND_HARD_LIGHT 8L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_SOFT_LIGHT #define com_artifex_mupdf_fitz_DrawDevice_BLEND_SOFT_LIGHT 9L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_DIFFERENCE #define com_artifex_mupdf_fitz_DrawDevice_BLEND_DIFFERENCE 10L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_EXCLUSION #define com_artifex_mupdf_fitz_DrawDevice_BLEND_EXCLUSION 11L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_HUE #define com_artifex_mupdf_fitz_DrawDevice_BLEND_HUE 12L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_SATURATION #define com_artifex_mupdf_fitz_DrawDevice_BLEND_SATURATION 13L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_COLOR #define com_artifex_mupdf_fitz_DrawDevice_BLEND_COLOR 14L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_LUMINOSITY #define com_artifex_mupdf_fitz_DrawDevice_BLEND_LUMINOSITY 15L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_MODEMASK #define com_artifex_mupdf_fitz_DrawDevice_BLEND_MODEMASK 15L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_ISOLATED #define com_artifex_mupdf_fitz_DrawDevice_BLEND_ISOLATED 16L #undef com_artifex_mupdf_fitz_DrawDevice_BLEND_KNOCKOUT #define com_artifex_mupdf_fitz_DrawDevice_BLEND_KNOCKOUT 32L #undef com_artifex_mupdf_fitz_DrawDevice_IGNORE_IMAGE #define com_artifex_mupdf_fitz_DrawDevice_IGNORE_IMAGE 1L #undef com_artifex_mupdf_fitz_DrawDevice_IGNORE_SHADE #define com_artifex_mupdf_fitz_DrawDevice_IGNORE_SHADE 2L /* * Class: com_artifex_mupdf_fitz_DrawDevice * Method: newNative * Signature: (Lcom/artifex/mupdf/fitz/Pixmap;)J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_DrawDevice_newNative (JNIEnv *, jclass, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_FileStream */ #ifndef _Included_com_artifex_mupdf_fitz_FileStream #define _Included_com_artifex_mupdf_fitz_FileStream #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Font */ #ifndef _Included_com_artifex_mupdf_fitz_Font #define _Included_com_artifex_mupdf_fitz_Font #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_Font_LATIN #define com_artifex_mupdf_fitz_Font_LATIN 0L #undef com_artifex_mupdf_fitz_Font_GREEK #define com_artifex_mupdf_fitz_Font_GREEK 1L #undef com_artifex_mupdf_fitz_Font_CYRILLIC #define com_artifex_mupdf_fitz_Font_CYRILLIC 2L #undef com_artifex_mupdf_fitz_Font_CN #define com_artifex_mupdf_fitz_Font_CN 0L #undef com_artifex_mupdf_fitz_Font_TW #define com_artifex_mupdf_fitz_Font_TW 1L #undef com_artifex_mupdf_fitz_Font_JP #define com_artifex_mupdf_fitz_Font_JP 2L #undef com_artifex_mupdf_fitz_Font_KR #define com_artifex_mupdf_fitz_Font_KR 3L /* * Class: com_artifex_mupdf_fitz_Font * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Font_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Font * Method: newNative * Signature: (Ljava/lang/String;I)J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Font_newNative (JNIEnv *, jobject, jstring, jint); /* * Class: com_artifex_mupdf_fitz_Font * Method: getName * Signature: ()Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_artifex_mupdf_fitz_Font_getName (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Font * Method: encodeCharacter * Signature: (I)I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Font_encodeCharacter (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_Font * Method: advanceGlyph * Signature: (IZ)F */ JNIEXPORT jfloat JNICALL Java_com_artifex_mupdf_fitz_Font_advanceGlyph (JNIEnv *, jobject, jint, jboolean); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Image */ #ifndef _Included_com_artifex_mupdf_fitz_Image #define _Included_com_artifex_mupdf_fitz_Image #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Image * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Image_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: newNativeFromPixmap * Signature: (Lcom/artifex/mupdf/fitz/Pixmap;)J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Image_newNativeFromPixmap (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: newNativeFromFile * Signature: (Ljava/lang/String;)J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Image_newNativeFromFile (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_Image * Method: getWidth * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Image_getWidth (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: getHeight * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Image_getHeight (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: getXResolution * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Image_getXResolution (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: getYResolution * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Image_getYResolution (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: getColorSpace * Signature: ()Lcom/artifex/mupdf/fitz/ColorSpace; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Image_getColorSpace (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: getNumberOfComponents * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Image_getNumberOfComponents (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: getBitsPerComponent * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Image_getBitsPerComponent (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: getImageMask * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_Image_getImageMask (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: getInterpolate * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_Image_getInterpolate (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: getMask * Signature: ()Lcom/artifex/mupdf/fitz/Image; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Image_getMask (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Image * Method: toPixmap * Signature: ()Lcom/artifex/mupdf/fitz/Pixmap; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Image_toPixmap (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Link */ #ifndef _Included_com_artifex_mupdf_fitz_Link #define _Included_com_artifex_mupdf_fitz_Link #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Matrix */ #ifndef _Included_com_artifex_mupdf_fitz_Matrix #define _Included_com_artifex_mupdf_fitz_Matrix #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_NativeDevice */ #ifndef _Included_com_artifex_mupdf_fitz_NativeDevice #define _Included_com_artifex_mupdf_fitz_NativeDevice #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_NativeDevice_FLAG_MASK #define com_artifex_mupdf_fitz_NativeDevice_FLAG_MASK 1L #undef com_artifex_mupdf_fitz_NativeDevice_FLAG_COLOR #define com_artifex_mupdf_fitz_NativeDevice_FLAG_COLOR 2L #undef com_artifex_mupdf_fitz_NativeDevice_FLAG_UNCACHEABLE #define com_artifex_mupdf_fitz_NativeDevice_FLAG_UNCACHEABLE 4L #undef com_artifex_mupdf_fitz_NativeDevice_FLAG_FILLCOLOR_UNDEFINED #define com_artifex_mupdf_fitz_NativeDevice_FLAG_FILLCOLOR_UNDEFINED 8L #undef com_artifex_mupdf_fitz_NativeDevice_FLAG_STROKECOLOR_UNDEFINED #define com_artifex_mupdf_fitz_NativeDevice_FLAG_STROKECOLOR_UNDEFINED 16L #undef com_artifex_mupdf_fitz_NativeDevice_FLAG_STARTCAP_UNDEFINED #define com_artifex_mupdf_fitz_NativeDevice_FLAG_STARTCAP_UNDEFINED 32L #undef com_artifex_mupdf_fitz_NativeDevice_FLAG_DASHCAP_UNDEFINED #define com_artifex_mupdf_fitz_NativeDevice_FLAG_DASHCAP_UNDEFINED 64L #undef com_artifex_mupdf_fitz_NativeDevice_FLAG_ENDCAP_UNDEFINED #define com_artifex_mupdf_fitz_NativeDevice_FLAG_ENDCAP_UNDEFINED 128L #undef com_artifex_mupdf_fitz_NativeDevice_FLAG_LINEJOIN_UNDEFINED #define com_artifex_mupdf_fitz_NativeDevice_FLAG_LINEJOIN_UNDEFINED 256L #undef com_artifex_mupdf_fitz_NativeDevice_FLAG_MITERLIMIT_UNDEFINED #define com_artifex_mupdf_fitz_NativeDevice_FLAG_MITERLIMIT_UNDEFINED 512L #undef com_artifex_mupdf_fitz_NativeDevice_FLAG_LINEWIDTH_UNDEFINED #define com_artifex_mupdf_fitz_NativeDevice_FLAG_LINEWIDTH_UNDEFINED 1024L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_NORMAL #define com_artifex_mupdf_fitz_NativeDevice_BLEND_NORMAL 0L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_MULTIPLY #define com_artifex_mupdf_fitz_NativeDevice_BLEND_MULTIPLY 1L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_SCREEN #define com_artifex_mupdf_fitz_NativeDevice_BLEND_SCREEN 2L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_OVERLAY #define com_artifex_mupdf_fitz_NativeDevice_BLEND_OVERLAY 3L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_DARKEN #define com_artifex_mupdf_fitz_NativeDevice_BLEND_DARKEN 4L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_LIGHTEN #define com_artifex_mupdf_fitz_NativeDevice_BLEND_LIGHTEN 5L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_COLOR_DODGE #define com_artifex_mupdf_fitz_NativeDevice_BLEND_COLOR_DODGE 6L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_COLOR_BURN #define com_artifex_mupdf_fitz_NativeDevice_BLEND_COLOR_BURN 7L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_HARD_LIGHT #define com_artifex_mupdf_fitz_NativeDevice_BLEND_HARD_LIGHT 8L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_SOFT_LIGHT #define com_artifex_mupdf_fitz_NativeDevice_BLEND_SOFT_LIGHT 9L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_DIFFERENCE #define com_artifex_mupdf_fitz_NativeDevice_BLEND_DIFFERENCE 10L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_EXCLUSION #define com_artifex_mupdf_fitz_NativeDevice_BLEND_EXCLUSION 11L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_HUE #define com_artifex_mupdf_fitz_NativeDevice_BLEND_HUE 12L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_SATURATION #define com_artifex_mupdf_fitz_NativeDevice_BLEND_SATURATION 13L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_COLOR #define com_artifex_mupdf_fitz_NativeDevice_BLEND_COLOR 14L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_LUMINOSITY #define com_artifex_mupdf_fitz_NativeDevice_BLEND_LUMINOSITY 15L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_MODEMASK #define com_artifex_mupdf_fitz_NativeDevice_BLEND_MODEMASK 15L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_ISOLATED #define com_artifex_mupdf_fitz_NativeDevice_BLEND_ISOLATED 16L #undef com_artifex_mupdf_fitz_NativeDevice_BLEND_KNOCKOUT #define com_artifex_mupdf_fitz_NativeDevice_BLEND_KNOCKOUT 32L #undef com_artifex_mupdf_fitz_NativeDevice_IGNORE_IMAGE #define com_artifex_mupdf_fitz_NativeDevice_IGNORE_IMAGE 1L #undef com_artifex_mupdf_fitz_NativeDevice_IGNORE_SHADE #define com_artifex_mupdf_fitz_NativeDevice_IGNORE_SHADE 2L /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: close * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_close (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: fillPath * Signature: (Lcom/artifex/mupdf/fitz/Path;ZLcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/ColorSpace;[FFI)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_fillPath (JNIEnv *, jobject, jobject, jboolean, jobject, jobject, jfloatArray, jfloat, jint); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: strokePath * Signature: (Lcom/artifex/mupdf/fitz/Path;Lcom/artifex/mupdf/fitz/StrokeState;Lcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/ColorSpace;[FFI)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_strokePath (JNIEnv *, jobject, jobject, jobject, jobject, jobject, jfloatArray, jfloat, jint); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: clipPath * Signature: (Lcom/artifex/mupdf/fitz/Path;ZLcom/artifex/mupdf/fitz/Matrix;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_clipPath (JNIEnv *, jobject, jobject, jboolean, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: clipStrokePath * Signature: (Lcom/artifex/mupdf/fitz/Path;Lcom/artifex/mupdf/fitz/StrokeState;Lcom/artifex/mupdf/fitz/Matrix;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_clipStrokePath (JNIEnv *, jobject, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: fillText * Signature: (Lcom/artifex/mupdf/fitz/Text;Lcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/ColorSpace;[FFI)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_fillText (JNIEnv *, jobject, jobject, jobject, jobject, jfloatArray, jfloat, jint); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: strokeText * Signature: (Lcom/artifex/mupdf/fitz/Text;Lcom/artifex/mupdf/fitz/StrokeState;Lcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/ColorSpace;[FFI)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_strokeText (JNIEnv *, jobject, jobject, jobject, jobject, jobject, jfloatArray, jfloat, jint); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: clipText * Signature: (Lcom/artifex/mupdf/fitz/Text;Lcom/artifex/mupdf/fitz/Matrix;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_clipText (JNIEnv *, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: clipStrokeText * Signature: (Lcom/artifex/mupdf/fitz/Text;Lcom/artifex/mupdf/fitz/StrokeState;Lcom/artifex/mupdf/fitz/Matrix;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_clipStrokeText (JNIEnv *, jobject, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: ignoreText * Signature: (Lcom/artifex/mupdf/fitz/Text;Lcom/artifex/mupdf/fitz/Matrix;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_ignoreText (JNIEnv *, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: fillShade * Signature: (Lcom/artifex/mupdf/fitz/Shade;Lcom/artifex/mupdf/fitz/Matrix;FI)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_fillShade (JNIEnv *, jobject, jobject, jobject, jfloat, jint); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: fillImage * Signature: (Lcom/artifex/mupdf/fitz/Image;Lcom/artifex/mupdf/fitz/Matrix;FI)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_fillImage (JNIEnv *, jobject, jobject, jobject, jfloat, jint); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: fillImageMask * Signature: (Lcom/artifex/mupdf/fitz/Image;Lcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/ColorSpace;[FFI)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_fillImageMask (JNIEnv *, jobject, jobject, jobject, jobject, jfloatArray, jfloat, jint); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: clipImageMask * Signature: (Lcom/artifex/mupdf/fitz/Image;Lcom/artifex/mupdf/fitz/Matrix;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_clipImageMask (JNIEnv *, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: popClip * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_popClip (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: beginMask * Signature: (Lcom/artifex/mupdf/fitz/Rect;ZLcom/artifex/mupdf/fitz/ColorSpace;[FI)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_beginMask (JNIEnv *, jobject, jobject, jboolean, jobject, jfloatArray, jint); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: endMask * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_endMask (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: beginGroup * Signature: (Lcom/artifex/mupdf/fitz/Rect;ZZIF)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_beginGroup (JNIEnv *, jobject, jobject, jboolean, jboolean, jint, jfloat); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: endGroup * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_endGroup (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: beginTile * Signature: (Lcom/artifex/mupdf/fitz/Rect;Lcom/artifex/mupdf/fitz/Rect;FFLcom/artifex/mupdf/fitz/Matrix;I)I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_beginTile (JNIEnv *, jobject, jobject, jobject, jfloat, jfloat, jobject, jint); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: endTile * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_endTile (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: beginLayer * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_beginLayer (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_NativeDevice * Method: endLayer * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_NativeDevice_endLayer (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Outline */ #ifndef _Included_com_artifex_mupdf_fitz_Outline #define _Included_com_artifex_mupdf_fitz_Outline #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_PDFAnnotation */ #ifndef _Included_com_artifex_mupdf_fitz_PDFAnnotation #define _Included_com_artifex_mupdf_fitz_PDFAnnotation #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_TEXT #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_TEXT 0L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_LINK #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_LINK 1L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_FREE_TEXT #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_FREE_TEXT 2L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_LINE #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_LINE 3L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_SQUARE #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_SQUARE 4L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_CIRCLE #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_CIRCLE 5L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_POLYGON #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_POLYGON 6L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_POLY_LINE #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_POLY_LINE 7L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_HIGHLIGHT #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_HIGHLIGHT 8L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_UNDERLINE #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_UNDERLINE 9L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_SQUIGGLY #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_SQUIGGLY 10L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_STRIKE_OUT #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_STRIKE_OUT 11L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_STAMP #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_STAMP 12L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_CARET #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_CARET 13L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_INK #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_INK 14L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_POPUP #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_POPUP 15L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_FILE_ATTACHMENT #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_FILE_ATTACHMENT 16L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_SOUND #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_SOUND 17L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_MOVIE #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_MOVIE 18L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_WIDGET #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_WIDGET 19L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_SCREEN #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_SCREEN 20L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_PRINTER_MARK #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_PRINTER_MARK 21L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_TRAP_NET #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_TRAP_NET 22L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_WATERMARK #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_WATERMARK 23L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_3D #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_3D 24L #undef com_artifex_mupdf_fitz_PDFAnnotation_TYPE_UNKNOWN #define com_artifex_mupdf_fitz_PDFAnnotation_TYPE_UNKNOWN -1L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_NONE #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_NONE 0L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_SQUARE #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_SQUARE 1L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_CIRCLE #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_CIRCLE 2L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_DIAMOND #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_DIAMOND 3L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_OPEN_ARROW #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_OPEN_ARROW 4L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_CLOSED_ARROW #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_CLOSED_ARROW 5L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_BUTT #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_BUTT 6L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_R_OPEN_ARROW #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_R_OPEN_ARROW 7L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_R_CLOSED_ARROW #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_R_CLOSED_ARROW 8L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_SLASH #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_SLASH 9L /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getType * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getType (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getFlags * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getFlags (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setFlags * Signature: (I)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setFlags (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getContents * Signature: ()Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getContents (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setContents * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setContents (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getRect * Signature: ()Lcom/artifex/mupdf/fitz/Rect; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getRect (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setRect * Signature: (Lcom/artifex/mupdf/fitz/Rect;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setRect (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getBorder * Signature: ()F */ JNIEXPORT jfloat JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getBorder (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setBorder * Signature: (F)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setBorder (JNIEnv *, jobject, jfloat); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getColor * Signature: ()[F */ JNIEXPORT jfloatArray JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getColor (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setColor * Signature: ([F)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setColor (JNIEnv *, jobject, jfloatArray); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getInteriorColor * Signature: ()[F */ JNIEXPORT jfloatArray JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getInteriorColor (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setInteriorColor * Signature: ([F)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setInteriorColor (JNIEnv *, jobject, jfloatArray); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getAuthor * Signature: ()Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getAuthor (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setAuthor * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setAuthor (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getModificationDateNative * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getModificationDateNative (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setModificationDate * Signature: (J)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setModificationDate (JNIEnv *, jobject, jlong); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getLineEndingStyles * Signature: ()[I */ JNIEXPORT jintArray JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getLineEndingStyles (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setLineEndingStyles * Signature: (II)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setLineEndingStyles (JNIEnv *, jobject, jint, jint); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getVertices * Signature: ()[F */ JNIEXPORT jfloatArray JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getVertices (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setVertices * Signature: ([F)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setVertices (JNIEnv *, jobject, jfloatArray); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getQuadPoints * Signature: ()[[F */ JNIEXPORT jobjectArray JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getQuadPoints (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setQuadPoints * Signature: ([[F)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setQuadPoints (JNIEnv *, jobject, jobjectArray); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getInkList * Signature: ()[[F */ JNIEXPORT jobjectArray JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getInkList (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setInkList * Signature: ([[F)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setInkList (JNIEnv *, jobject, jobjectArray); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: getIcon * Signature: ()Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_getIcon (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setIcon * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setIcon (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: isOpen * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_isOpen (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: setIsOpen * Signature: (Z)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_setIsOpen (JNIEnv *, jobject, jboolean); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: updateAppearance * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_updateAppearance (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFAnnotation * Method: update * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFAnnotation_update (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_PDFDocument */ #ifndef _Included_com_artifex_mupdf_fitz_PDFDocument #define _Included_com_artifex_mupdf_fitz_PDFDocument #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newNative * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newNative (JNIEnv *, jclass); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: findPage * Signature: (I)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_findPage (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: getTrailer * Signature: ()Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_getTrailer (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: countObjects * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_countObjects (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newNull * Signature: ()Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newNull (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newBoolean * Signature: (Z)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newBoolean (JNIEnv *, jobject, jboolean); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newInteger * Signature: (I)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newInteger (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newReal * Signature: (F)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newReal (JNIEnv *, jobject, jfloat); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newString * Signature: (Ljava/lang/String;)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newString (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newByteString * Signature: ([B)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newByteString (JNIEnv *, jobject, jbyteArray); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newName * Signature: (Ljava/lang/String;)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newName (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newIndirect * Signature: (II)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newIndirect (JNIEnv *, jobject, jint, jint); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newArray * Signature: ()Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newArray (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newDictionary * Signature: ()Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newDictionary (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: addObject * Signature: (Lcom/artifex/mupdf/fitz/PDFObject;)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_addObject (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: createObject * Signature: ()Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_createObject (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: deleteObject * Signature: (I)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_deleteObject (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: newPDFGraftMap * Signature: ()Lcom/artifex/mupdf/fitz/PDFGraftMap; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_newPDFGraftMap (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: graftObject * Signature: (Lcom/artifex/mupdf/fitz/PDFObject;)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_graftObject (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: addStreamBuffer * Signature: (Lcom/artifex/mupdf/fitz/Buffer;Ljava/lang/Object;Z)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_addStreamBuffer (JNIEnv *, jobject, jobject, jobject, jboolean); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: addStreamString * Signature: (Ljava/lang/String;Ljava/lang/Object;Z)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_addStreamString (JNIEnv *, jobject, jstring, jobject, jboolean); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: addPageBuffer * Signature: (Lcom/artifex/mupdf/fitz/Rect;ILcom/artifex/mupdf/fitz/PDFObject;Lcom/artifex/mupdf/fitz/Buffer;)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_addPageBuffer (JNIEnv *, jobject, jobject, jint, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: addPageString * Signature: (Lcom/artifex/mupdf/fitz/Rect;ILcom/artifex/mupdf/fitz/PDFObject;Ljava/lang/String;)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_addPageString (JNIEnv *, jobject, jobject, jint, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: insertPage * Signature: (ILcom/artifex/mupdf/fitz/PDFObject;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_insertPage (JNIEnv *, jobject, jint, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: deletePage * Signature: (I)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_deletePage (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: addImage * Signature: (Lcom/artifex/mupdf/fitz/Image;)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_addImage (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: addSimpleFont * Signature: (Lcom/artifex/mupdf/fitz/Font;I)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_addSimpleFont (JNIEnv *, jobject, jobject, jint); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: addCJKFont * Signature: (Lcom/artifex/mupdf/fitz/Font;IIZ)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_addCJKFont (JNIEnv *, jobject, jobject, jint, jint, jboolean); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: addFont * Signature: (Lcom/artifex/mupdf/fitz/Font;)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_addFont (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: hasUnsavedChanges * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_hasUnsavedChanges (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: canBeSavedIncrementally * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_canBeSavedIncrementally (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: save * Signature: (Ljava/lang/String;Ljava/lang/String;)I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_save (JNIEnv *, jobject, jstring, jstring); /* * Class: com_artifex_mupdf_fitz_PDFDocument * Method: nativeSaveWithStream * Signature: (Lcom/artifex/mupdf/fitz/SeekableOutputStream;Ljava/lang/String;)I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_PDFDocument_nativeSaveWithStream (JNIEnv *, jobject, jobject, jstring); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_PDFGraftMap */ #ifndef _Included_com_artifex_mupdf_fitz_PDFGraftMap #define _Included_com_artifex_mupdf_fitz_PDFGraftMap #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_PDFGraftMap * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFGraftMap_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFGraftMap * Method: graftObject * Signature: (Lcom/artifex/mupdf/fitz/PDFObject;)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFGraftMap_graftObject (JNIEnv *, jobject, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_PDFObject */ #ifndef _Included_com_artifex_mupdf_fitz_PDFObject #define _Included_com_artifex_mupdf_fitz_PDFObject #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: newNull * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_PDFObject_newNull (JNIEnv *, jclass); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: isIndirect * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_isIndirect (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: isNull * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_isNull (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: isBoolean * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_isBoolean (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: isInteger * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_isInteger (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: isReal * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_isReal (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: isNumber * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_isNumber (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: isString * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_isString (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: isName * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_isName (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: isArray * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_isArray (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: isDictionary * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_isDictionary (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: isStream * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_isStream (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: asBoolean * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFObject_asBoolean (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: asInteger * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_PDFObject_asInteger (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: asFloat * Signature: ()F */ JNIEXPORT jfloat JNICALL Java_com_artifex_mupdf_fitz_PDFObject_asFloat (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: asIndirect * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_PDFObject_asIndirect (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: asName * Signature: ()Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_artifex_mupdf_fitz_PDFObject_asName (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: asString * Signature: ()Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_artifex_mupdf_fitz_PDFObject_asString (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: asByteString * Signature: ()[B */ JNIEXPORT jbyteArray JNICALL Java_com_artifex_mupdf_fitz_PDFObject_asByteString (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: toString * Signature: (Z)Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_artifex_mupdf_fitz_PDFObject_toString (JNIEnv *, jobject, jboolean); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: resolve * Signature: ()Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFObject_resolve (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: readStream * Signature: ()[B */ JNIEXPORT jbyteArray JNICALL Java_com_artifex_mupdf_fitz_PDFObject_readStream (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: readRawStream * Signature: ()[B */ JNIEXPORT jbyteArray JNICALL Java_com_artifex_mupdf_fitz_PDFObject_readRawStream (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: writeObject * Signature: (Lcom/artifex/mupdf/fitz/PDFObject;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_writeObject (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: writeStreamBuffer * Signature: (Lcom/artifex/mupdf/fitz/Buffer;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_writeStreamBuffer (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: writeStreamString * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_writeStreamString (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: writeRawStreamBuffer * Signature: (Lcom/artifex/mupdf/fitz/Buffer;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_writeRawStreamBuffer (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: writeRawStreamString * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_writeRawStreamString (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: getArray * Signature: (I)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFObject_getArray (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: getDictionary * Signature: (Ljava/lang/String;)Lcom/artifex/mupdf/fitz/PDFObject; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFObject_getDictionary (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putArrayBoolean * Signature: (IZ)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putArrayBoolean (JNIEnv *, jobject, jint, jboolean); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putArrayInteger * Signature: (II)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putArrayInteger (JNIEnv *, jobject, jint, jint); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putArrayFloat * Signature: (IF)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putArrayFloat (JNIEnv *, jobject, jint, jfloat); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putArrayString * Signature: (ILjava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putArrayString (JNIEnv *, jobject, jint, jstring); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putArrayPDFObject * Signature: (ILcom/artifex/mupdf/fitz/PDFObject;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putArrayPDFObject (JNIEnv *, jobject, jint, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putDictionaryStringBoolean * Signature: (Ljava/lang/String;Z)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putDictionaryStringBoolean (JNIEnv *, jobject, jstring, jboolean); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putDictionaryStringInteger * Signature: (Ljava/lang/String;I)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putDictionaryStringInteger (JNIEnv *, jobject, jstring, jint); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putDictionaryStringFloat * Signature: (Ljava/lang/String;F)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putDictionaryStringFloat (JNIEnv *, jobject, jstring, jfloat); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putDictionaryStringString * Signature: (Ljava/lang/String;Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putDictionaryStringString (JNIEnv *, jobject, jstring, jstring); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putDictionaryStringPDFObject * Signature: (Ljava/lang/String;Lcom/artifex/mupdf/fitz/PDFObject;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putDictionaryStringPDFObject (JNIEnv *, jobject, jstring, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putDictionaryPDFObjectBoolean * Signature: (Lcom/artifex/mupdf/fitz/PDFObject;Z)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putDictionaryPDFObjectBoolean (JNIEnv *, jobject, jobject, jboolean); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putDictionaryPDFObjectInteger * Signature: (Lcom/artifex/mupdf/fitz/PDFObject;I)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putDictionaryPDFObjectInteger (JNIEnv *, jobject, jobject, jint); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putDictionaryPDFObjectFloat * Signature: (Lcom/artifex/mupdf/fitz/PDFObject;F)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putDictionaryPDFObjectFloat (JNIEnv *, jobject, jobject, jfloat); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putDictionaryPDFObjectString * Signature: (Lcom/artifex/mupdf/fitz/PDFObject;Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putDictionaryPDFObjectString (JNIEnv *, jobject, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: putDictionaryPDFObjectPDFObject * Signature: (Lcom/artifex/mupdf/fitz/PDFObject;Lcom/artifex/mupdf/fitz/PDFObject;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_putDictionaryPDFObjectPDFObject (JNIEnv *, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: deleteArray * Signature: (I)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_deleteArray (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: deleteDictionaryString * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_deleteDictionaryString (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: deleteDictionaryPDFObject * Signature: (Lcom/artifex/mupdf/fitz/PDFObject;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_deleteDictionaryPDFObject (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: size * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_PDFObject_size (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: pushBoolean * Signature: (Z)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_pushBoolean (JNIEnv *, jobject, jboolean); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: pushInteger * Signature: (I)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_pushInteger (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: pushFloat * Signature: (F)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_pushFloat (JNIEnv *, jobject, jfloat); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: pushString * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_pushString (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_PDFObject * Method: pushPDFObject * Signature: (Lcom/artifex/mupdf/fitz/PDFObject;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFObject_pushPDFObject (JNIEnv *, jobject, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_PDFPage */ #ifndef _Included_com_artifex_mupdf_fitz_PDFPage #define _Included_com_artifex_mupdf_fitz_PDFPage #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_PDFPage * Method: createAnnotation * Signature: (I)Lcom/artifex/mupdf/fitz/PDFAnnotation; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_PDFPage_createAnnotation (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_PDFPage * Method: deleteAnnotation * Signature: (Lcom/artifex/mupdf/fitz/Annotation;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_PDFPage_deleteAnnotation (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_PDFPage * Method: update * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_PDFPage_update (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Page */ #ifndef _Included_com_artifex_mupdf_fitz_Page #define _Included_com_artifex_mupdf_fitz_Page #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Page * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Page_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Page * Method: getBounds * Signature: ()Lcom/artifex/mupdf/fitz/Rect; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Page_getBounds (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Page * Method: toPixmap * Signature: (Lcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/ColorSpace;Z)Lcom/artifex/mupdf/fitz/Pixmap; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Page_toPixmap (JNIEnv *, jobject, jobject, jobject, jboolean); /* * Class: com_artifex_mupdf_fitz_Page * Method: run * Signature: (Lcom/artifex/mupdf/fitz/Device;Lcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/Cookie;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Page_run (JNIEnv *, jobject, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_Page * Method: runPageContents * Signature: (Lcom/artifex/mupdf/fitz/Device;Lcom/artifex/mupdf/fitz/Matrix;Lcom/artifex/mupdf/fitz/Cookie;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Page_runPageContents (JNIEnv *, jobject, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_Page * Method: getAnnotations * Signature: ()[Lcom/artifex/mupdf/fitz/Annotation; */ JNIEXPORT jobjectArray JNICALL Java_com_artifex_mupdf_fitz_Page_getAnnotations (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Page * Method: getLinks * Signature: ()[Lcom/artifex/mupdf/fitz/Link; */ JNIEXPORT jobjectArray JNICALL Java_com_artifex_mupdf_fitz_Page_getLinks (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Page * Method: toDisplayList * Signature: (Z)Lcom/artifex/mupdf/fitz/DisplayList; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Page_toDisplayList (JNIEnv *, jobject, jboolean); /* * Class: com_artifex_mupdf_fitz_Page * Method: toStructuredText * Signature: (Ljava/lang/String;)Lcom/artifex/mupdf/fitz/StructuredText; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Page_toStructuredText (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_Page * Method: search * Signature: (Ljava/lang/String;)[Lcom/artifex/mupdf/fitz/Rect; */ JNIEXPORT jobjectArray JNICALL Java_com_artifex_mupdf_fitz_Page_search (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_Page * Method: textAsHtml * Signature: ()[B */ JNIEXPORT jbyteArray JNICALL Java_com_artifex_mupdf_fitz_Page_textAsHtml (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Page * Method: getSeparations * Signature: ()Lcom/artifex/mupdf/fitz/Separations; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Page_getSeparations (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Path */ #ifndef _Included_com_artifex_mupdf_fitz_Path #define _Included_com_artifex_mupdf_fitz_Path #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Path * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Path_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Path * Method: newNative * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Path_newNative (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Path * Method: cloneNative * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Path_cloneNative (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Path * Method: currentPoint * Signature: ()Lcom/artifex/mupdf/fitz/Point; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Path_currentPoint (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Path * Method: moveTo * Signature: (FF)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Path_moveTo (JNIEnv *, jobject, jfloat, jfloat); /* * Class: com_artifex_mupdf_fitz_Path * Method: lineTo * Signature: (FF)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Path_lineTo (JNIEnv *, jobject, jfloat, jfloat); /* * Class: com_artifex_mupdf_fitz_Path * Method: curveTo * Signature: (FFFFFF)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Path_curveTo (JNIEnv *, jobject, jfloat, jfloat, jfloat, jfloat, jfloat, jfloat); /* * Class: com_artifex_mupdf_fitz_Path * Method: curveToV * Signature: (FFFF)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Path_curveToV (JNIEnv *, jobject, jfloat, jfloat, jfloat, jfloat); /* * Class: com_artifex_mupdf_fitz_Path * Method: curveToY * Signature: (FFFF)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Path_curveToY (JNIEnv *, jobject, jfloat, jfloat, jfloat, jfloat); /* * Class: com_artifex_mupdf_fitz_Path * Method: rect * Signature: (IIII)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Path_rect (JNIEnv *, jobject, jint, jint, jint, jint); /* * Class: com_artifex_mupdf_fitz_Path * Method: closePath * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Path_closePath (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Path * Method: transform * Signature: (Lcom/artifex/mupdf/fitz/Matrix;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Path_transform (JNIEnv *, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_Path * Method: getBounds * Signature: (Lcom/artifex/mupdf/fitz/StrokeState;Lcom/artifex/mupdf/fitz/Matrix;)Lcom/artifex/mupdf/fitz/Rect; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Path_getBounds (JNIEnv *, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_Path * Method: walk * Signature: (Lcom/artifex/mupdf/fitz/PathWalker;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Path_walk (JNIEnv *, jobject, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_PathWalker */ #ifndef _Included_com_artifex_mupdf_fitz_PathWalker #define _Included_com_artifex_mupdf_fitz_PathWalker #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Pixmap */ #ifndef _Included_com_artifex_mupdf_fitz_Pixmap #define _Included_com_artifex_mupdf_fitz_Pixmap #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Pixmap_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: newNative * Signature: (Lcom/artifex/mupdf/fitz/ColorSpace;IIIIZ)J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Pixmap_newNative (JNIEnv *, jobject, jobject, jint, jint, jint, jint, jboolean); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: clear * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Pixmap_clear (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: clearWithValue * Signature: (I)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Pixmap_clearWithValue (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: saveAsPNG * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Pixmap_saveAsPNG (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getX * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getX (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getY * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getY (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getWidth * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getWidth (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getHeight * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getHeight (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getStride * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getStride (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getNumberOfComponents * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getNumberOfComponents (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getAlpha * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getAlpha (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getColorSpace * Signature: ()Lcom/artifex/mupdf/fitz/ColorSpace; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getColorSpace (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getSamples * Signature: ()[B */ JNIEXPORT jbyteArray JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getSamples (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getSample * Signature: (III)B */ JNIEXPORT jbyte JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getSample (JNIEnv *, jobject, jint, jint, jint); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getPixels * Signature: ()[I */ JNIEXPORT jintArray JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getPixels (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getXResolution * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getXResolution (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: getYResolution * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Pixmap_getYResolution (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: invert * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Pixmap_invert (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Pixmap * Method: gamma * Signature: (F)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Pixmap_gamma (JNIEnv *, jobject, jfloat); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Point */ #ifndef _Included_com_artifex_mupdf_fitz_Point #define _Included_com_artifex_mupdf_fitz_Point #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Quad */ #ifndef _Included_com_artifex_mupdf_fitz_Quad #define _Included_com_artifex_mupdf_fitz_Quad #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Rect */ #ifndef _Included_com_artifex_mupdf_fitz_Rect #define _Included_com_artifex_mupdf_fitz_Rect #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Rect * Method: adjustForStroke * Signature: (Lcom/artifex/mupdf/fitz/StrokeState;Lcom/artifex/mupdf/fitz/Matrix;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Rect_adjustForStroke (JNIEnv *, jobject, jobject, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_RectI */ #ifndef _Included_com_artifex_mupdf_fitz_RectI #define _Included_com_artifex_mupdf_fitz_RectI #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_SeekableInputStream */ #ifndef _Included_com_artifex_mupdf_fitz_SeekableInputStream #define _Included_com_artifex_mupdf_fitz_SeekableInputStream #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_SeekableOutputStream */ #ifndef _Included_com_artifex_mupdf_fitz_SeekableOutputStream #define _Included_com_artifex_mupdf_fitz_SeekableOutputStream #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_SeekableStream */ #ifndef _Included_com_artifex_mupdf_fitz_SeekableStream #define _Included_com_artifex_mupdf_fitz_SeekableStream #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_SeekableStream_SEEK_SET #define com_artifex_mupdf_fitz_SeekableStream_SEEK_SET 0L #undef com_artifex_mupdf_fitz_SeekableStream_SEEK_CUR #define com_artifex_mupdf_fitz_SeekableStream_SEEK_CUR 1L #undef com_artifex_mupdf_fitz_SeekableStream_SEEK_END #define com_artifex_mupdf_fitz_SeekableStream_SEEK_END 2L #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Separation */ #ifndef _Included_com_artifex_mupdf_fitz_Separation #define _Included_com_artifex_mupdf_fitz_Separation #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Separations */ #ifndef _Included_com_artifex_mupdf_fitz_Separations #define _Included_com_artifex_mupdf_fitz_Separations #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_Separations_SEPARATION_COMPOSITE #define com_artifex_mupdf_fitz_Separations_SEPARATION_COMPOSITE 0L #undef com_artifex_mupdf_fitz_Separations_SEPARATION_SPOT #define com_artifex_mupdf_fitz_Separations_SEPARATION_SPOT 1L #undef com_artifex_mupdf_fitz_Separations_SEPARATION_DISABLED #define com_artifex_mupdf_fitz_Separations_SEPARATION_DISABLED 2L /* * Class: com_artifex_mupdf_fitz_Separations * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Separations_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Separations * Method: getNumberOfSeparations * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Separations_getNumberOfSeparations (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Separations * Method: getSeparation * Signature: (I)Lcom/artifex/mupdf/fitz/Separation; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Separations_getSeparation (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_Separations * Method: areSeparationsControllable * Signature: ()Z */ JNIEXPORT jboolean JNICALL Java_com_artifex_mupdf_fitz_Separations_areSeparationsControllable (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Separations * Method: getSeparationBehavior * Signature: (I)I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_Separations_getSeparationBehavior (JNIEnv *, jobject, jint); /* * Class: com_artifex_mupdf_fitz_Separations * Method: setSeparationBehavior * Signature: (II)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Separations_setSeparationBehavior (JNIEnv *, jobject, jint, jint); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Shade */ #ifndef _Included_com_artifex_mupdf_fitz_Shade #define _Included_com_artifex_mupdf_fitz_Shade #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Shade * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Shade_finalize (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_StrokeState */ #ifndef _Included_com_artifex_mupdf_fitz_StrokeState #define _Included_com_artifex_mupdf_fitz_StrokeState #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_StrokeState_LINECAP_BUTT #define com_artifex_mupdf_fitz_StrokeState_LINECAP_BUTT 0L #undef com_artifex_mupdf_fitz_StrokeState_LINECAP_ROUND #define com_artifex_mupdf_fitz_StrokeState_LINECAP_ROUND 1L #undef com_artifex_mupdf_fitz_StrokeState_LINECAP_SQUARE #define com_artifex_mupdf_fitz_StrokeState_LINECAP_SQUARE 2L #undef com_artifex_mupdf_fitz_StrokeState_LINECAP_TRIANGLE #define com_artifex_mupdf_fitz_StrokeState_LINECAP_TRIANGLE 3L #undef com_artifex_mupdf_fitz_StrokeState_LINEJOIN_MITER #define com_artifex_mupdf_fitz_StrokeState_LINEJOIN_MITER 0L #undef com_artifex_mupdf_fitz_StrokeState_LINEJOIN_ROUND #define com_artifex_mupdf_fitz_StrokeState_LINEJOIN_ROUND 1L #undef com_artifex_mupdf_fitz_StrokeState_LINEJOIN_BEVEL #define com_artifex_mupdf_fitz_StrokeState_LINEJOIN_BEVEL 2L #undef com_artifex_mupdf_fitz_StrokeState_LINEJOIN_MITER_XPS #define com_artifex_mupdf_fitz_StrokeState_LINEJOIN_MITER_XPS 3L /* * Class: com_artifex_mupdf_fitz_StrokeState * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_StrokeState_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_StrokeState * Method: newNative * Signature: (IIIIFFF[F)J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_StrokeState_newNative (JNIEnv *, jobject, jint, jint, jint, jint, jfloat, jfloat, jfloat, jfloatArray); /* * Class: com_artifex_mupdf_fitz_StrokeState * Method: getStartCap * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_StrokeState_getStartCap (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_StrokeState * Method: getDashCap * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_StrokeState_getDashCap (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_StrokeState * Method: getEndCap * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_StrokeState_getEndCap (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_StrokeState * Method: getLineJoin * Signature: ()I */ JNIEXPORT jint JNICALL Java_com_artifex_mupdf_fitz_StrokeState_getLineJoin (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_StrokeState * Method: getLineWidth * Signature: ()F */ JNIEXPORT jfloat JNICALL Java_com_artifex_mupdf_fitz_StrokeState_getLineWidth (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_StrokeState * Method: getMiterLimit * Signature: ()F */ JNIEXPORT jfloat JNICALL Java_com_artifex_mupdf_fitz_StrokeState_getMiterLimit (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_StrokeState * Method: getDashPhase * Signature: ()F */ JNIEXPORT jfloat JNICALL Java_com_artifex_mupdf_fitz_StrokeState_getDashPhase (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_StrokeState * Method: getDashes * Signature: ()[F */ JNIEXPORT jfloatArray JNICALL Java_com_artifex_mupdf_fitz_StrokeState_getDashes (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_StructuredText */ #ifndef _Included_com_artifex_mupdf_fitz_StructuredText #define _Included_com_artifex_mupdf_fitz_StructuredText #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_StructuredText_SELECT_CHARS #define com_artifex_mupdf_fitz_StructuredText_SELECT_CHARS 0L #undef com_artifex_mupdf_fitz_StructuredText_SELECT_WORDS #define com_artifex_mupdf_fitz_StructuredText_SELECT_WORDS 1L #undef com_artifex_mupdf_fitz_StructuredText_SELECT_LINES #define com_artifex_mupdf_fitz_StructuredText_SELECT_LINES 2L /* * Class: com_artifex_mupdf_fitz_StructuredText * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_StructuredText_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_StructuredText * Method: search * Signature: (Ljava/lang/String;)[Lcom/artifex/mupdf/fitz/Quad; */ JNIEXPORT jobjectArray JNICALL Java_com_artifex_mupdf_fitz_StructuredText_search (JNIEnv *, jobject, jstring); /* * Class: com_artifex_mupdf_fitz_StructuredText * Method: highlight * Signature: (Lcom/artifex/mupdf/fitz/Point;Lcom/artifex/mupdf/fitz/Point;)[Lcom/artifex/mupdf/fitz/Quad; */ JNIEXPORT jobjectArray JNICALL Java_com_artifex_mupdf_fitz_StructuredText_highlight (JNIEnv *, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_StructuredText * Method: snapSelection * Signature: (Lcom/artifex/mupdf/fitz/Point;Lcom/artifex/mupdf/fitz/Point;I)Lcom/artifex/mupdf/fitz/Quad; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_StructuredText_snapSelection (JNIEnv *, jobject, jobject, jobject, jint); /* * Class: com_artifex_mupdf_fitz_StructuredText * Method: copy * Signature: (Lcom/artifex/mupdf/fitz/Point;Lcom/artifex/mupdf/fitz/Point;)Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_artifex_mupdf_fitz_StructuredText_copy (JNIEnv *, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_StructuredText * Method: walk * Signature: (Lcom/artifex/mupdf/fitz/StructuredTextWalker;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_StructuredText_walk (JNIEnv *, jobject, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_StructuredText_TextChar */ #ifndef _Included_com_artifex_mupdf_fitz_StructuredText_TextChar #define _Included_com_artifex_mupdf_fitz_StructuredText_TextChar #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_StructuredText_TextLine */ #ifndef _Included_com_artifex_mupdf_fitz_StructuredText_TextLine #define _Included_com_artifex_mupdf_fitz_StructuredText_TextLine #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_StructuredText_TextBlock */ #ifndef _Included_com_artifex_mupdf_fitz_StructuredText_TextBlock #define _Included_com_artifex_mupdf_fitz_StructuredText_TextBlock #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_StructuredText_BlockWalker */ #ifndef _Included_com_artifex_mupdf_fitz_StructuredText_BlockWalker #define _Included_com_artifex_mupdf_fitz_StructuredText_BlockWalker #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_StructuredTextWalker */ #ifndef _Included_com_artifex_mupdf_fitz_StructuredTextWalker #define _Included_com_artifex_mupdf_fitz_StructuredTextWalker #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_Text */ #ifndef _Included_com_artifex_mupdf_fitz_Text #define _Included_com_artifex_mupdf_fitz_Text #ifdef __cplusplus extern "C" { #endif /* * Class: com_artifex_mupdf_fitz_Text * Method: finalize * Signature: ()V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Text_finalize (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Text * Method: newNative * Signature: ()J */ JNIEXPORT jlong JNICALL Java_com_artifex_mupdf_fitz_Text_newNative (JNIEnv *, jobject); /* * Class: com_artifex_mupdf_fitz_Text * Method: showGlyph * Signature: (Lcom/artifex/mupdf/fitz/Font;Lcom/artifex/mupdf/fitz/Matrix;IIZ)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Text_showGlyph (JNIEnv *, jobject, jobject, jobject, jint, jint, jboolean); /* * Class: com_artifex_mupdf_fitz_Text * Method: showString * Signature: (Lcom/artifex/mupdf/fitz/Font;Lcom/artifex/mupdf/fitz/Matrix;Ljava/lang/String;Z)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Text_showString (JNIEnv *, jobject, jobject, jobject, jstring, jboolean); /* * Class: com_artifex_mupdf_fitz_Text * Method: getBounds * Signature: (Lcom/artifex/mupdf/fitz/StrokeState;Lcom/artifex/mupdf/fitz/Matrix;)Lcom/artifex/mupdf/fitz/Rect; */ JNIEXPORT jobject JNICALL Java_com_artifex_mupdf_fitz_Text_getBounds (JNIEnv *, jobject, jobject, jobject); /* * Class: com_artifex_mupdf_fitz_Text * Method: walk * Signature: (Lcom/artifex/mupdf/fitz/TextWalker;)V */ JNIEXPORT void JNICALL Java_com_artifex_mupdf_fitz_Text_walk (JNIEnv *, jobject, jobject); #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_TextWalker */ #ifndef _Included_com_artifex_mupdf_fitz_TextWalker #define _Included_com_artifex_mupdf_fitz_TextWalker #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* Header for class com_artifex_mupdf_fitz_TryLaterException */ #ifndef _Included_com_artifex_mupdf_fitz_TryLaterException #define _Included_com_artifex_mupdf_fitz_TryLaterException #ifdef __cplusplus extern "C" { #endif #undef com_artifex_mupdf_fitz_TryLaterException_serialVersionUID #define com_artifex_mupdf_fitz_TryLaterException_serialVersionUID -3042686055658047285LL #undef com_artifex_mupdf_fitz_TryLaterException_serialVersionUID #define com_artifex_mupdf_fitz_TryLaterException_serialVersionUID -3387516993124229948LL #undef com_artifex_mupdf_fitz_TryLaterException_serialVersionUID #define com_artifex_mupdf_fitz_TryLaterException_serialVersionUID -7034897190745766939LL #ifdef __cplusplus } #endif #endif