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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java85 private GVData _gvdata;
172 * If the GVData does not have room for the glyphs, throws an IndexOutOfBoundsException and
176 int baseIndex, TextRecord text, int typo_flags, Point2D.Float pt, GVData data);
503 this._gvdata = new GVData();
534 public static final class GVData { class in class:GlyphLayout

Completed in 30 milliseconds