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

/openjdk9/jdk/src/java.desktop/windows/native/libfontmanager/
H A Dlcdglyph.c177 GLYPHMETRICS glyphMetrics; local
268 memset(&glyphMetrics, 0, sizeof(GLYPHMETRICS));
273 &glyphMetrics,
280 width = (unsigned short)glyphMetrics.gmBlackBoxX;
281 height = (unsigned short)glyphMetrics.gmBlackBoxY;
288 advanceX = glyphMetrics.gmCellIncX;
289 advanceY = glyphMetrics.gmCellIncY;
290 topLeftX = glyphMetrics.gmptGlyphOrigin.x;
291 topLeftY = glyphMetrics.gmptGlyphOrigin.y;
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-cbdt-table.hh302 SmallGlyphMetrics glyphMetrics; member in struct:OT::GlyphBitmapDataFormat17
H A Dhb-ot-font.cc277 glyphFormat17.glyphMetrics.get_extents (extents);

Completed in 105 milliseconds