Searched refs:getFontPeer (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DCommonGraphics2DFactory.java66 public FontPeer getFontPeer(Font font) { method in class:CommonGraphics2DFactory
67 return getFontManager().getFontPeer(font.getName(), font.getStyle(), font.getSize());
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DFontMetricsImpl.java126 widths[chr] = (int) (getFontPeer().charWidth((char) chr) * scaleX);
170 return getFontPeer().charWidth((char) ch);
187 return (int) (getFontPeer().charWidth(ch) * scaleX);
276 public FontPeerImpl getFontPeer() { method in class:FontMetricsImpl
H A DFontManager.java263 public FontPeer getFontPeer(String fontName, int _fontStyle, int size) { method in class:FontManager
291 peer = getFontPeer(DIALOG_NAME, fontStyle, size);
/frameworks/base/awt/org/apache/harmony/awt/wtk/
H A DGraphicsFactory.java80 FontPeer getFontPeer(Font font); method in interface:GraphicsFactory
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidGraphicsFactory.java58 public FontPeer getFontPeer(Font font) { method in class:AndroidGraphicsFactory
59 //return getFontManager().getFontPeer(font.getName(), font.getStyle(), font.getSize());
/frameworks/base/awt/java/awt/
H A DToolkitImpl.java169 protected FontPeer getFontPeer(String a0, int a1) { method in class:ToolkitImpl
H A DToolkit.java572 protected abstract FontPeer getFontPeer(String a0, int a1); method in class:Toolkit
H A DFont.java1302 fontPeer = (FontPeerImpl)Toolkit.getDefaultToolkit().getGraphicsFactory().getFontPeer(

Completed in 1722 milliseconds