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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunLayoutEngine.java55 * keep their state in themselves. If they used the passed-in GVData
56 * arrays directly (with some checks for space) then since each GVData
154 Point2D.Float pt, GVData data) {
171 Point2D.Float pt, GVData data, long upem, long layoutTables);
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 32 milliseconds