Searched refs:populate_glyph_to_unicode (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/ports/ |
D | SkTypeface_mac_ct.cpp | 499 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()
|
D | SkFontHost_win.cpp | 388 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/ |
D | SkFontHost_win.cpp | 373 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()
|
D | SkFontHost_mac.cpp | 1598 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()
|