Home
last modified time | relevance | path

Searched defs:glyphIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/awt/java/awt/font/
DGlyphVector.java159 public abstract void setGlyphPosition(int glyphIndex, Point2D newPos); in setGlyphPosition()
168 public abstract Point2D getGlyphPosition(int glyphIndex); in getGlyphPosition()
179 public abstract void setGlyphTransform(int glyphIndex, AffineTransform trans); in setGlyphTransform()
188 public abstract AffineTransform getGlyphTransform(int glyphIndex); in getGlyphTransform()
209 public abstract GlyphMetrics getGlyphMetrics(int glyphIndex); in getGlyphMetrics()
218 public abstract GlyphJustificationInfo getGlyphJustificationInfo(int glyphIndex); in getGlyphJustificationInfo()
243 public Shape getGlyphOutline(int glyphIndex, float x, float y) { in getGlyphOutline()
257 public abstract Shape getGlyphVisualBounds(int glyphIndex); in getGlyphVisualBounds()
268 public abstract Shape getGlyphOutline(int glyphIndex); in getGlyphOutline()
278 public abstract Shape getGlyphLogicalBounds(int glyphIndex); in getGlyphLogicalBounds()
[all …]
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
DAndroidGlyphVector.java112 public int getGlyphCode(int glyphIndex) { in getGlyphCode()
123 public GlyphJustificationInfo getGlyphJustificationInfo(int glyphIndex) { in getGlyphJustificationInfo()
128 public Shape getGlyphLogicalBounds(int glyphIndex) { in getGlyphLogicalBounds()
133 public GlyphMetrics getGlyphMetrics(int glyphIndex) { in getGlyphMetrics()
137 public Path getAndroidGlyphOutline(int glyphIndex) { in getAndroidGlyphOutline()
147 public Shape getGlyphOutline(int glyphIndex) { in getGlyphOutline()
152 public Point2D getGlyphPosition(int glyphIndex) { in getGlyphPosition()
163 public AffineTransform getGlyphTransform(int glyphIndex) { in getGlyphTransform()
168 public Shape getGlyphVisualBounds(int glyphIndex) { in getGlyphVisualBounds()
210 public void setGlyphPosition(int glyphIndex, Point2D newPos) { in setGlyphPosition()
[all …]
DCommonGlyphVector.java318 public void setGlyphPosition(int glyphIndex, Point2D newPos) { in setGlyphPosition()
341 public Point2D getGlyphPosition(int glyphIndex) { in getGlyphPosition()
371 public void setGlyphTransform(int glyphIndex, AffineTransform trans) { in setGlyphTransform()
392 public AffineTransform getGlyphTransform(int glyphIndex) { in getGlyphTransform()
406 public GlyphMetrics getGlyphMetrics(int glyphIndex) { in getGlyphMetrics()
426 public GlyphJustificationInfo getGlyphJustificationInfo(int glyphIndex) { in getGlyphJustificationInfo()
448 public Shape getGlyphVisualBounds(int glyphIndex) { in getGlyphVisualBounds()
489 public Rectangle getGlyphPixelBounds(int glyphIndex, FontRenderContext frc, in getGlyphPixelBounds()
527 public Shape getGlyphOutline(int glyphIndex) { in getGlyphOutline()
745 public int getGlyphCode(int glyphIndex) { in getGlyphCode()
[all …]
DTextRunSegmentImpl.java350 int glyphIndex = 0; in getCharsBlackBoxBounds() local
378 int glyphIndex = getChar2Glyph()[index]; in getCharPosition() local