Searched refs:ascent (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp522 int ascent = metrics.tmAscent; local
525 env->SetIntField(fontMetrics, AwtFont::ascentID, ascent);
530 env->SetIntField(fontMetrics, AwtFont::maxAscentID, ascent);
533 int maxHeight = ascent + descent + leading;
554 ascent = max(ascent, metrics.tmAscent));
927 AwtFont::ascentID = env->GetFieldID(cls, "ascent", "I");
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java2410 * {@code maxAscent} is the maximum ascent (baseline) of all elements that
2857 int ascent;
2860 ascent = prefAscent;
2861 descent = size - ascent;
2863 ascent = size - prefDescent;
2877 y = origin + ascent - baseline;
2882 height = Math.min(ascent, springMax -
2885 y = origin + ascent +
2889 y = origin + ascent - baseline;
/openjdk7/jdk/src/solaris/native/sun/font/
H A DX11FontScaler.c258 int direction, ascent, descent; local
326 * bounds instead of the font's designed ascent/descent */
334 /* ascent : no need to set ascentX - it will be zero
/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextSourceLabel.java246 float at = -cm.ascent;
248 float ah = cm.ascent + cm.descent;
298 float t = -cm.ascent;

Completed in 50 milliseconds

12