Searched refs:glyphSetBufferSize (Results 1 – 1 of 1) sorted by relevance
360 DWORD glyphSetBufferSize = GetFontUnicodeRanges(fontHdc, NULL); in populate_glyph_to_unicode() local361 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()