/[classpath]/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c
ViewVC logotype

Diff of /classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mark, Wed Oct 27 09:31:12 2004 UTC revision 1.5 by mkoch, Thu Oct 28 20:58:25 2004 UTC
# Line 44  Line 44 
44    
45  struct state_table *native_text_layout_state_table;  struct state_table *native_text_layout_state_table;
46    
47  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GdkTextLayout_initStaticState  JNIEXPORT void JNICALL
48    Java_gnu_java_awt_peer_gtk_GdkTextLayout_initStaticState
49    (JNIEnv *env, jclass clazz)    (JNIEnv *env, jclass clazz)
50  {  {
51    NSA_TEXT_LAYOUT_INIT (env, clazz);    NSA_TEXT_LAYOUT_INIT (env, clazz);
52  }  }
53    
54  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GdkTextLayout_initState  JNIEXPORT void JNICALL
55    Java_gnu_java_awt_peer_gtk_GdkTextLayout_initState
56    (JNIEnv *env, jobject self)    (JNIEnv *env, jobject self)
57  {  {
58    struct textlayout *tl;    struct textlayout *tl;
# Line 65  JNIEXPORT void JNICALL Java_gnu_java_awt Line 67  JNIEXPORT void JNICALL Java_gnu_java_awt
67    gdk_threads_leave ();    gdk_threads_leave ();
68  }  }
69    
70  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GdkTextLayout_setText  JNIEXPORT void JNICALL
71    Java_gnu_java_awt_peer_gtk_GdkTextLayout_setText
72    (JNIEnv *env, jobject self, jstring text)    (JNIEnv *env, jobject self, jstring text)
73  {  {
74    struct textlayout *tl;    struct textlayout *tl;
# Line 90  JNIEXPORT void JNICALL Java_gnu_java_awt Line 93  JNIEXPORT void JNICALL Java_gnu_java_awt
93    gdk_threads_leave ();      gdk_threads_leave ();  
94  }  }
95    
96  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GdkTextLayout_indexToPos  JNIEXPORT void JNICALL
97    Java_gnu_java_awt_peer_gtk_GdkTextLayout_indexToPos
98    (JNIEnv *env, jobject self, jint idx, jdoubleArray javaPos)    (JNIEnv *env, jobject self, jint idx, jdoubleArray javaPos)
99  {  {
100    struct textlayout *tl;    struct textlayout *tl;
# Line 120  JNIEXPORT void JNICALL Java_gnu_java_awt Line 124  JNIEXPORT void JNICALL Java_gnu_java_awt
124    gdk_threads_leave ();      gdk_threads_leave ();  
125  }  }
126    
127  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GdkTextLayout_getExtents  JNIEXPORT void JNICALL
128    Java_gnu_java_awt_peer_gtk_GdkTextLayout_getExtents
129    (JNIEnv *env, jobject self, jdoubleArray javaInkExtents, jdoubleArray javaLogExtents)    (JNIEnv *env, jobject self, jdoubleArray javaInkExtents, jdoubleArray javaLogExtents)
130  {  {
131    struct textlayout *tl;    struct textlayout *tl;
# Line 161  JNIEXPORT void JNICALL Java_gnu_java_awt Line 166  JNIEXPORT void JNICALL Java_gnu_java_awt
166    gdk_threads_leave ();        gdk_threads_leave ();    
167  }  }
168    
169  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GdkTextLayout_dispose  JNIEXPORT void JNICALL
170    Java_gnu_java_awt_peer_gtk_GdkTextLayout_dispose
171    (JNIEnv *env, jobject self)    (JNIEnv *env, jobject self)
172  {  {
173    struct textlayout *tl;    struct textlayout *tl;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26