Searched refs:ascentID (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Font.h59 static jfieldID ascentID; member in class:AwtFont
H A Dawt_Font.cpp90 jfieldID AwtFont::ascentID; member in class:AwtFont
573 env->SetIntField(fontMetrics, AwtFont::ascentID, ScaleDownY(ascent));
1006 CHECK_NULL(AwtFont::ascentID = env->GetFieldID(cls, "ascent", "I"));

Completed in 43 milliseconds