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

/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DGlyphList.java115 float gposx, gposy; field in class:GlyphList
290 /* gposx and gposy are used to accumulate the advance.
292 gposx = x + 0.5f;
312 metrics[0] = (int)Math.floor(positions[(i<<1)] + gposx + gx);
315 metrics[0] = (int)Math.floor(gposx + gx);
317 /* gposx and gposy are used to accumulate the advance */
318 gposx += StrikeCache.unsafe.getFloat

Completed in 32 milliseconds