HomeSort by relevance Sort by last modified time
    Searched refs:getGlyph (Results 1 - 4 of 4) sorted by null

  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
FontPeerImpl.java 163 public abstract Glyph getGlyph(char ch);
296 lst.add(this.getGlyph(i));
315 result[i] = this.getGlyph(chars[i]);
CompositeFont.java 413 public Glyph getGlyph(char ch){
421 return fPhysicalFonts[i].getGlyph(ch);
444 Glyph gl = this.getGlyph(c);
AndroidFont.java 139 public Glyph getGlyph(char index) {
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaTextRenderer.java 204 Glyph gl = font.getGlyph(element);

Completed in 101 milliseconds