Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp360 DWORD glyphSetBufferSize = GetFontUnicodeRanges(fontHdc, NULL); in populate_glyph_to_unicode() local
361 if (!glyphSetBufferSize) { in populate_glyph_to_unicode()
365 SkAutoTDeleteArray<BYTE> glyphSetBuffer(new BYTE[glyphSetBufferSize]); in populate_glyph_to_unicode()
368 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) { in populate_glyph_to_unicode()