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

/openjdk9/jdk/src/java.desktop/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
179 Point2D.Float pt, GVData data) {
207 Point2D.Float pt, GVData data, long upem, long layoutTables);
214 char[] chars, GVData data,
H A DGlyphLayout.java85 private GVData _gvdata;
173 * If the GVData does not have room for the glyphs, throws an IndexOutOfBoundsException and
177 int baseIndex, TextRecord text, int typo_flags, Point2D.Float pt, GVData data);
509 this._gvdata = new GVData();
540 public static final class GVData { class in class:GlyphLayout

Completed in 40 milliseconds