Home
last modified time | relevance | path

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

/frameworks/base/awt/java/awt/font/
DGlyphVector.java243 public Shape getGlyphOutline(int glyphIndex, float x, float y) { in getGlyphOutline() method in GlyphVector
268 public abstract Shape getGlyphOutline(int glyphIndex); in getGlyphOutline() method in GlyphVector
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
DAndroidGlyphVector.java147 public Shape getGlyphOutline(int glyphIndex) { in getGlyphOutline() method in AndroidGlyphVector
DCommonGlyphVector.java527 public Shape getGlyphOutline(int glyphIndex) { in getGlyphOutline() method in CommonGlyphVector