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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp374 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, argument
376 DWORD glyphSetBufferSize = GetFontUnicodeRanges(fontHdc, NULL);
384 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) {
402 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(),
/external/skia/src/ports/
H A DSkFontHost_win.cpp373 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, argument
375 DWORD glyphSetBufferSize = GetFontUnicodeRanges(fontHdc, NULL);
383 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) {
401 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(),

Completed in 2224 milliseconds