Lines Matching refs:env

37         JNIEnv *env, jobject this,
42 gtk2_paint_arrow(widget_type, state, shadow_type, getStrFor(env, detail),
54 JNIEnv *env, jobject this,
60 gtk2_paint_box(widget_type, state, shadow_type, getStrFor(env, detail),
72 JNIEnv *env, jobject this,
78 gtk2_paint_box_gap(widget_type, state, shadow_type, getStrFor(env, detail),
90 JNIEnv *env, jobject this,
95 gtk2_paint_check(widget_type, synth_state, getStrFor(env, detail),
107 JNIEnv *env, jobject this,
112 gtk2_paint_expander(widget_type, state, getStrFor(env, detail),
124 JNIEnv *env, jobject this,
130 getStrFor(env, detail), x, y, w, h, placement);
141 JNIEnv *env, jobject this,
147 getStrFor(env, detail), x, y, w, h, has_focus);
158 JNIEnv *env, jobject this,
163 gtk2_paint_focus(widget_type, state, getStrFor(env, detail),
175 JNIEnv *env, jobject this,
180 gtk2_paint_handle(widget_type, state, shadow_type, getStrFor(env, detail),
192 JNIEnv *env, jobject this,
197 gtk2_paint_hline(widget_type, state, getStrFor(env, detail),
209 JNIEnv *env, jobject this,
214 gtk2_paint_option(widget_type, synth_state, getStrFor(env, detail),
226 JNIEnv *env, jobject this,
232 gtk2_paint_shadow(widget_type, state, shadow_type, getStrFor(env, detail),
244 JNIEnv *env, jobject this,
249 gtk2_paint_slider(widget_type, state, shadow_type, getStrFor(env, detail),
261 JNIEnv *env, jobject this,
266 gtk2_paint_vline(widget_type, state, getStrFor(env, detail),
278 JNIEnv *env, jobject this, jint widget_type, jint state,
293 JNIEnv *env, jobject this, jint w, jint h)
296 gtk2_init_painting(env, w, h);
307 JNIEnv *env, jobject this, jintArray dest, jint width, jint height)
310 gint *buffer = (gint*) (*env)->GetPrimitiveArrayCritical(env, dest, 0);
314 (*env)->ReleasePrimitiveArrayCritical(env, dest, buffer, 0);
324 JNIEnv *env, jobject this)
336 JNIEnv *env, jobject this, jint property)
340 obj = gtk2_get_setting(env, property);
352 JNIEnv *env, jobject this, jint widget_type,