Searched defs:getGlyphOutline (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/awt/java/awt/font/
H A DGlyphVector.java243 public Shape getGlyphOutline(int glyphIndex, float x, float y) { method in class:GlyphVector
244 Shape initialShape = getGlyphOutline(glyphIndex);
268 public abstract Shape getGlyphOutline(int glyphIndex); method in class:GlyphVector
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DAndroidGlyphVector.java163 public Shape getGlyphOutline(int glyphIndex) { method in class:AndroidGlyphVector
H A DCommonGlyphVector.java473 GeneralPath shape = (GeneralPath)this.getGlyphOutline(glyphIndex);
506 GeneralPath shape = (GeneralPath)this.getGlyphOutline(glyphIndex);
527 public Shape getGlyphOutline(int glyphIndex) { method in class:CommonGlyphVector
569 GeneralPath outline = (GeneralPath)getGlyphOutline(i);

Completed in 66 milliseconds