Searched defs:AwtFont (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.h39 * AwtFont utilities
45 (env->CallObjectMethod(env, font, AwtFont::peerMID))
49 * AwtFont class
52 class AwtFont : public AwtObject { class in inherits:AwtObject
115 AwtFont(int num, JNIEnv *env, jobject javaFont);
116 ~AwtFont(); /* Releases all resources */
145 * Returns the AwtFont object associated with the pFontJavaObject.
148 static AwtFont* GetFont(JNIEnv *env, jobject font,
156 static AwtFont* Create(JNIEnv *env, jobject font,
174 /* Returns the AwtFont associate
[all...]
H A Dawt_Font.cpp54 jobject peer = env->CallObjectMethod(obj, AwtFont::peerMID);
58 jobject fontConfig = env->GetObjectField(peer, AwtFont::fontConfigID);
71 jobject peer = env->CallObjectMethod(font, AwtFont::peerMID);
74 (jstring) env->GetObjectField(peer, AwtFont::textComponentFontNameID);
80 * AwtFont fields
84 jfieldID AwtFont::widthsID;
85 jfieldID AwtFont::ascentID;
86 jfieldID AwtFont::descentID;
87 jfieldID AwtFont::leadingID;
88 jfieldID AwtFont
133 AwtFont::AwtFont(int num, JNIEnv *env, jobject javaFont) function in class:AwtFont
[all...]

Completed in 34 milliseconds