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

/openjdk7/jdk/src/share/native/sun/font/
H A Dfontscalerdefs.h106 float topLeftX; member in struct:GlyphInfo
/openjdk7/jdk/src/windows/native/sun/font/
H A Dlcdglyph.c193 int topLeftX; local
280 topLeftX = glyphMetrics.gmptGlyphOrigin.x;
351 x = -topLeftX+1;
426 glyphInfo->topLeftX = (float)(topLeftX-1);
428 glyphInfo->topLeftX -= 1;

Completed in 101 milliseconds