Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkTypeface_mac_ct.cpp499 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode() function
551 populate_glyph_to_unicode(ctFont.get(), glyphCount, dstArray); in getGlyphToUnicodeMap()
DSkFontHost_win.cpp388 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, in populate_glyph_to_unicode() function
1623 populate_glyph_to_unicode(hdc, glyphCount, dstArray); in getGlyphToUnicodeMap()
/external/skqp/src/ports/
DSkFontHost_win.cpp373 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, in populate_glyph_to_unicode() function
1645 populate_glyph_to_unicode(hdc, glyphCount, dstArray); in getGlyphToUnicodeMap()
DSkFontHost_mac.cpp1598 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode() function
1657 populate_glyph_to_unicode(ctFont.get(), glyphCount, dstArray); in getGlyphToUnicodeMap()