Lines Matching refs:this
7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
75 awtJNI_CreateAndSetGlobalRef(JNIEnv * env, jobject this)
79 gRef = (*env)->NewGlobalRef(env, this);
81 JNU_SetLongFieldFromPtr(env, this, mComponentPeerIDs.jniGlobalRef, gRef);
108 awtJNI_DeleteGlobalRef(JNIEnv * env, jobject this)
115 JNU_GetLongFieldAsPtr(env, this, mComponentPeerIDs.jniGlobalRef);
116 JNU_SetLongFieldFromPtr(env, this, mComponentPeerIDs.jniGlobalRef, NULL);
147 awtJNI_DeleteGlobalMenuRef(JNIEnv * env, jobject this)
154 //JNU_GetLongFieldAsPtr(env, this, mMenuItemPeerIDs.jniGlobalRef);
155 //JNU_SetLongFieldFromPtr(env, this, mMenuItemPeerIDs.jniGlobalRef, NULL);
260 awtJNI_GetFont(JNIEnv * env, jobject this)
265 target = (*env)->GetObjectField(env, this, mComponentPeerIDs.target);
278 awtJNI_GetFMFont(JNIEnv * env, jobject this)
280 return JNU_CallMethodByName(env, NULL, this, "getFont_NoClientCode",
285 awtJNI_IsMultiFont(JNIEnv * env, jobject this)
290 if (this == NULL) {
298 peer = (*env)->CallObjectMethod(env,this,fontIDs.getPeer);
315 awtJNI_IsMultiFontMetrics(JNIEnv * env, jobject this)
321 if (JNU_IsNull(env, this)) {
328 font = JNU_CallMethodByName(env, NULL, this, "getFont_NoClientCode",
445 to call _XmStringNCreate() directly with specific text length at this