Home
last modified time | relevance | path

Searched refs:fontHdc (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_win.cpp360 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, in populate_glyph_to_unicode() argument
362 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()