Searched refs:fontHdc (Results 1 – 1 of 1) sorted by relevance
358 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, in populate_glyph_to_unicode() argument360 DWORD glyphSetBufferSize = GetFontUnicodeRanges(fontHdc, NULL); in populate_glyph_to_unicode()368 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) { in populate_glyph_to_unicode()386 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(), in populate_glyph_to_unicode()