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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp368 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, argument
370 DWORD glyphSetBufferSize = GetFontUnicodeRanges(fontHdc, NULL);
378 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) {
396 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(),
/external/skia/src/ports/
H A DSkFontHost_win.cpp368 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, argument
370 DWORD glyphSetBufferSize = GetFontUnicodeRanges(fontHdc, NULL);
378 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) {
396 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(),

Completed in 59 milliseconds