Searched refs:NativeFont (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/font/
H A DNativeStrike.java35 NativeFont nativeFont;
37 NativeStrike(NativeFont nativeFont, FontStrikeDesc desc) {
40 throw new RuntimeException("NativeFont not used on Windows");
43 NativeStrike(NativeFont nativeFont, FontStrikeDesc desc,
47 throw new RuntimeException("NativeFont not used on Windows");
H A DNativeFont.java40 public class NativeFont extends PhysicalFont { class in inherits:PhysicalFont
46 public NativeFont(String platName, boolean isBitmapDelegate) method in class:NativeFont
49 throw new FontFormatException("NativeFont not used on Windows");
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeGlyphMapper.java47 NativeFont font;
51 NativeGlyphMapper(NativeFont f) {
H A DNativeFont.java57 public class NativeFont extends PhysicalFont { class in inherits:PhysicalFont
69 public NativeFont(String platName, boolean bitmapDelegate) method in class:NativeFont
73 /* This is set true if this is an instance of a NativeFont
262 * a NativeFont, so we need to avoid recursing here.
264 if (delegateFont instanceof NativeFont) {
265 return new NativeStrike((NativeFont)delegateFont, desc);
H A DNativeStrike.java37 NativeFont nativeFont;
92 NativeStrike(NativeFont nativeFont, FontStrikeDesc desc) {
174 NativeStrike(NativeFont nativeFont, FontStrikeDesc desc,
261 * delegate NativeFont/Strike to get images from native. This is used
309 DelegateStrike(NativeFont nativeFont, FontStrikeDesc desc,
/openjdk7/jdk/make/sun/font/t2k/
H A DMakefile57 sun/font/NativeFont.java \
/openjdk7/jdk/src/share/classes/sun/font/
H A DTrueTypeFont.java231 } else if (NativeFont.hasExternalBitmaps(name)) {
232 nativeFonts = new NativeFont[1];
234 nativeFonts[0] = new NativeFont(name, true);
251 } else if (NativeFont.hasExternalBitmaps(natNames[nn])) {
260 nativeFonts = new NativeFont[numNames];
263 nativeFonts[nn] = new NativeFont(natNames[nn], true);
H A DFileFont.java80 protected NativeFont[] nativeFonts;
H A DGlyphLayout.java422 /* layout can't deal with NativeFont instances. The
428 if (pfont instanceof NativeFont) {
429 pfont = ((NativeFont)pfont).getDelegateFont();
H A DSunFontManager.java1162 NativeFont nf = new NativeFont(fileName, false);
3695 if (!(allfonts[i] instanceof NativeFont)) {
3775 if (!(physicalfonts[i] instanceof NativeFont)) {
3823 if (!(physicalfonts[i] instanceof NativeFont)) {
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphicsEnvironment.java67 import sun.font.NativeFont;
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsEnvironment.java50 import sun.font.NativeFont;
H A DX11FontManager.java26 import sun.font.NativeFont;
467 if (NativeFont.fontExists(xlfd)) {
/openjdk7/jdk/make/sun/font/
H A DMakefile67 sun/font/NativeFont.java \
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java141 if (!(genericfonts[i] instanceof NativeFont)) {

Completed in 60 milliseconds