Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
H A DSkFontHost_win.cpp389 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, in populate_glyph_to_unicode() argument
392 DWORD glyphSetBufferSize = GetFontUnicodeRanges(fontHdc, nullptr); in populate_glyph_to_unicode()
400 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) { in populate_glyph_to_unicode()
416 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(), in populate_glyph_to_unicode()

Completed in 4 milliseconds