OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDefaultGlyph
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFont.java
136
return
getDefaultGlyph
().getGlyphCode();
149
result = this.
getDefaultGlyph
();
156
public Glyph
getDefaultGlyph
() {
CompositeFont.java
424
return
getDefaultGlyph
();
463
public Glyph
getDefaultGlyph
(){
465
return fPhysicalFonts[0].
getDefaultGlyph
();
FontPeerImpl.java
173
public abstract Glyph
getDefaultGlyph
();
Completed in 34 milliseconds