Searched refs:fontHdc (Results 1 – 1 of 1) sorted by relevance
360 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, in populate_glyph_to_unicode() argument362 DWORD glyphSetBufferSize = GetFontUnicodeRanges(fontHdc, nullptr); in populate_glyph_to_unicode()370 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) { in populate_glyph_to_unicode()388 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(), in populate_glyph_to_unicode()