diff options
Diffstat (limited to 'CNativeCode/GLF_JNI_funcs.c')
-rwxr-xr-x | CNativeCode/GLF_JNI_funcs.c | 724 |
1 files changed, 362 insertions, 362 deletions
diff --git a/CNativeCode/GLF_JNI_funcs.c b/CNativeCode/GLF_JNI_funcs.c index 6643ea1..151027e 100755 --- a/CNativeCode/GLF_JNI_funcs.c +++ b/CNativeCode/GLF_JNI_funcs.c @@ -51,13 +51,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( * Reading from file: glf-proto-auto.orig.h . . . * Destination-Class: gl4java_utils_glf_GLFFuncJNI ! */ - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfInit ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfInit ( JNIEnv *env, jobject obj) @@ -67,13 +67,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfClose ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfClose ( JNIEnv *env, jobject obj) @@ -83,13 +83,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
int glfUnloadFont ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadFont ( JNIEnv *env, jobject obj) @@ -102,13 +102,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
int glfUnloadBFont ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadBFont ( JNIEnv *env, jobject obj) @@ -121,13 +121,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
int glfUnloadFontD ( int font_descriptor ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadFontD ( JNIEnv *env, jobject obj, @@ -142,13 +142,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
int glfUnloadBFontD ( int bmf_descriptor ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadBFontD ( JNIEnv *env, jobject obj, @@ -163,13 +163,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawWiredSymbol ( char s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredSymbol ( JNIEnv *env, jobject obj, @@ -181,13 +181,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawWiredString ( const char * s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredString ( JNIEnv *env, jobject obj, @@ -202,13 +202,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawSolidSymbol ( char s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidSymbol ( JNIEnv *env, jobject obj, @@ -220,13 +220,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawSolidString ( const char * s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidString ( JNIEnv *env, jobject obj, @@ -241,13 +241,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDraw3DWiredSymbol ( char s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredSymbol ( JNIEnv *env, jobject obj, @@ -259,13 +259,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDraw3DWiredString ( const char * s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredString ( JNIEnv *env, jobject obj, @@ -280,13 +280,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDraw3DSolidSymbol ( char s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidSymbol ( JNIEnv *env, jobject obj, @@ -298,13 +298,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDraw3DSolidString ( const char * s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidString ( JNIEnv *env, jobject obj, @@ -319,13 +319,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
int glfBeginBFont ( int Font_Descriptor ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBeginBFont ( JNIEnv *env, jobject obj, @@ -340,13 +340,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfEndBFont ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfEndBFont ( JNIEnv *env, jobject obj) @@ -356,13 +356,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawBSymbol ( char s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBSymbol ( JNIEnv *env, jobject obj, @@ -374,13 +374,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawBString ( const char * s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBString ( JNIEnv *env, jobject obj, @@ -395,13 +395,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawBMaskSymbol ( char s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBMaskSymbol ( JNIEnv *env, jobject obj, @@ -413,13 +413,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawBMaskString ( const char * s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBMaskString ( JNIEnv *env, jobject obj, @@ -434,13 +434,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawWiredSymbolF ( int font_descriptor , char s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredSymbolF ( JNIEnv *env, jobject obj, @@ -454,13 +454,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawWiredStringF ( int font_descriptor , const char * s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredStringF ( JNIEnv *env, jobject obj, @@ -477,13 +477,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawSolidSymbolF ( int font_descriptor , char s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidSymbolF ( JNIEnv *env, jobject obj, @@ -497,13 +497,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDrawSolidStringF ( int font_descriptor , const char * s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidStringF ( JNIEnv *env, jobject obj, @@ -520,13 +520,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDraw3DWiredSymbolF ( int font_descriptor , char s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredSymbolF ( JNIEnv *env, jobject obj, @@ -540,13 +540,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDraw3DWiredStringF ( int font_descriptor , const char * s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredStringF ( JNIEnv *env, jobject obj, @@ -563,13 +563,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDraw3DSolidSymbolF ( int font_descriptor , char s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidSymbolF ( JNIEnv *env, jobject obj, @@ -583,13 +583,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDraw3DSolidStringF ( int font_descriptor , const char * s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidStringF ( JNIEnv *env, jobject obj, @@ -606,13 +606,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfGetStringBoundsF ( int fd , const char * s , float * minx , float * miny , float * maxx , float * maxy ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringBoundsF ( JNIEnv *env, jobject obj, @@ -677,13 +677,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( (*env)->ReleaseFloatArrayElements(env, maxy, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfGetStringBounds ( const char * s , float * minx , float * miny , float * maxx , float * maxy ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringBounds ( JNIEnv *env, jobject obj, @@ -746,13 +746,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( (*env)->ReleaseFloatArrayElements(env, maxy, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfSetSymbolSpace ( float sp ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSymbolSpace ( JNIEnv *env, jobject obj, @@ -764,13 +764,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
float glfGetSymbolSpace ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSymbolSpace ( JNIEnv *env, jobject obj) @@ -783,13 +783,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfSetSpaceSize ( float sp ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSpaceSize ( JNIEnv *env, jobject obj, @@ -801,13 +801,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
float glfGetSpaceSize ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSpaceSize ( JNIEnv *env, jobject obj) @@ -820,13 +820,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfSetSymbolDepth ( float dpth ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSymbolDepth ( JNIEnv *env, jobject obj, @@ -838,13 +838,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
float glfGetSymbolDepth ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSymbolDepth ( JNIEnv *env, jobject obj) @@ -857,13 +857,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
int glfSetCurrentFont ( int Font_Descriptor ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCurrentFont ( JNIEnv *env, jobject obj, @@ -878,13 +878,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
int glfSetCurrentBFont ( int Font_Descriptor ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCurrentBFont ( JNIEnv *env, jobject obj, @@ -899,13 +899,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
int glfGetCurrentFont ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetCurrentFont ( JNIEnv *env, jobject obj) @@ -918,13 +918,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
int glfGetCurrentBFont ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetCurrentBFont ( JNIEnv *env, jobject obj) @@ -937,13 +937,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfSetAnchorPoint ( int anchp ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetAnchorPoint ( JNIEnv *env, jobject obj, @@ -955,13 +955,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfSetContourColor ( float r , float g , float b , float a ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetContourColor ( JNIEnv *env, jobject obj, @@ -979,13 +979,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfEnable ( int what ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfEnable ( JNIEnv *env, jobject obj, @@ -997,13 +997,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfDisable ( int what ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDisable ( JNIEnv *env, jobject obj, @@ -1015,13 +1015,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfSetConsoleParam ( int width , int height ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetConsoleParam ( JNIEnv *env, jobject obj, @@ -1035,13 +1035,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
int glfSetConsoleFont ( int Font_Descriptor ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetConsoleFont ( JNIEnv *env, jobject obj, @@ -1056,13 +1056,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfConsoleClear ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfConsoleClear ( JNIEnv *env, jobject obj) @@ -1072,13 +1072,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfPrint ( const char * s , int lenght ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrint ( JNIEnv *env, jobject obj, @@ -1095,13 +1095,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfPrintString ( const char * s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrintString ( JNIEnv *env, jobject obj, @@ -1116,13 +1116,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfPrintChar ( char s ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrintChar ( JNIEnv *env, jobject obj, @@ -1134,13 +1134,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfConsoleDraw ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfConsoleDraw ( JNIEnv *env, jobject obj) @@ -1150,13 +1150,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfSetCursorBlinkRate ( int Rate ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCursorBlinkRate ( JNIEnv *env, jobject obj, @@ -1168,13 +1168,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfStringCentering ( GLboolean center ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfStringCentering ( JNIEnv *env, jobject obj, @@ -1186,13 +1186,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
GLboolean glfGetStringCentering ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jboolean JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringCentering ( JNIEnv *env, jobject obj) @@ -1205,13 +1205,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfBitmapStringCentering ( GLboolean center ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBitmapStringCentering ( JNIEnv *env, jobject obj, @@ -1223,13 +1223,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
GLboolean glfBitmapGetStringCentering ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jboolean JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBitmapGetStringCentering ( JNIEnv *env, jobject obj) @@ -1242,13 +1242,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfStringDirection ( GLuint direction ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfStringDirection ( JNIEnv *env, jobject obj, @@ -1260,13 +1260,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
GLuint glfGetStringDirection ( ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringDirection ( JNIEnv *env, jobject obj) @@ -1279,13 +1279,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfSetRotateAngle ( float angle ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetRotateAngle ( JNIEnv *env, jobject obj, @@ -1297,13 +1297,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/** - * Original Function-Prototype : - * <pre> +
+/**
+ * Original Function-Prototype :
+ * <pre>
void glfSetBRotateAngle ( float angle ) ; - * </pre> - */ + * </pre>
+ */
JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetBRotateAngle ( JNIEnv *env, jobject obj, @@ -1315,5 +1315,5 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } - -/* C2J Parser Version 3.0: Java program parsed successfully. */ +
+/* C2J Parser Version 3.0: Java program parsed successfully. */
|