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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphList.java114 float gposx, gposy; field in class:GlyphList
310 /* gposx and gposy are used to accumulate the advance.
312 gposx = x + 0.5f;
332 metrics[0] = (int)Math.floor(positions[(i<<1)] + gposx + gx);
335 metrics[0] = (int)Math.floor(gposx + gx);
337 /* gposx and gposy are used to accumulate the advance */
338 gposx += StrikeCache.unsafe.getFloat

Completed in 29 milliseconds