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,
518 /* We are going to create at most 4 outstanding local refs in this
603 * to be to find out whether this is the "base" font in a set,
605 * and must also pass this test.
755 (JNIEnv *env, jobject this, jcharArray data, jint offset, jint length, jobject font)
773 (JNIEnv *env, jobject this, jbyteArray str, jint off, jint len)
794 widths = (*env)->GetObjectField(env, this, x11FontMetricsIDs.widths);
795 maxAdvance = (*env)->GetIntField(env, this, x11FontMetricsIDs.maxAdvance);
828 (JNIEnv *env, jobject this)
839 if (JNU_IsNull(env, this)) {
845 font = (*env)->GetObjectField(env, this, x11FontMetricsIDs.font);
846 if (JNU_IsNull(env, this)) {
870 (*env)->SetIntField(env, this, x11FontMetricsIDs.maxAscent,
872 (*env)->SetIntField(env, this, x11FontMetricsIDs.maxDescent,
875 (*env)->SetIntField(env, this, x11FontMetricsIDs.maxAdvance,
877 (*env)->SetIntField(env, this, x11FontMetricsIDs.ascent,
879 (*env)->SetIntField(env, this, x11FontMetricsIDs.descent,
883 (*env)->SetIntField(env, this, x11FontMetricsIDs.maxAscent,
885 (*env)->SetIntField(env, this, x11FontMetricsIDs.maxDescent,
887 (*env)->SetIntField(env, this, x11FontMetricsIDs.maxAdvance,
889 (*env)->SetIntField(env, this, x11FontMetricsIDs.ascent,
891 (*env)->SetIntField(env, this, x11FontMetricsIDs.descent,
895 (*env)->SetIntField(env, this, x11FontMetricsIDs.leading, (jint) 1);
896 (*env)->SetIntField(env, this, x11FontMetricsIDs.height,
898 (*env)->SetIntField(env, this, x11FontMetricsIDs.maxHeight,
904 (*env)->SetObjectField(env, this, x11FontMetricsIDs.widths, widths);
911 * We could pin the array and then release it, but I believe this method
958 * all post 1.0 releases, so this test test for multi fonts is