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

/openjdk7/jdk/src/share/native/sun/font/
H A Dfontscalerdefs.h107 float topLeftY; member in struct:GlyphInfo
/openjdk7/jdk/src/windows/native/sun/font/
H A Dlcdglyph.c194 int topLeftY; local
281 topLeftY = glyphMetrics.gmptGlyphOrigin.y;
355 y = topLeftY - textMetric.tmAscent;
430 glyphInfo->topLeftY = (float)-topLeftY;

Completed in 81 milliseconds