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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DSimpleFontDataChromiumWin.cpp89 GLYPHMETRICS glyphMetrics = {0}; local
91 DWORD len = GetGlyphOutlineW(dc, 'x', GGO_METRICS, &glyphMetrics, 0, 0, &identityMatrix);
92 if (len != GDI_ERROR && glyphMetrics.gmBlackBoxY > 0)
93 xHeight = static_cast<float>(glyphMetrics.gmBlackBoxY);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCGWin.cpp55 GLYPHMETRICS glyphMetrics; local
58 DWORD outlineLength = GetGlyphOutline(hdc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE, &glyphMetrics, 0, 0, &identity);
64 GetGlyphOutline(hdc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE, &glyphMetrics, outlineLength, outline.data(), &identity);

Completed in 205 milliseconds