Home
last modified time | relevance | path

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

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