Searched refs:populate_glyph_to_unicode (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/ports/ |
D | SkTypeface_win_dw.cpp | 293 static void populate_glyph_to_unicode(IDWriteFontFace* fontFace, in populate_glyph_to_unicode() function 365 populate_glyph_to_unicode(fDWriteFontFace.get(), glyphCount, &(info->fGlyphToUnicode)); in onGetAdvancedTypefaceMetrics()
|
D | SkFontHost_FreeType.cpp | 446 static void populate_glyph_to_unicode(FT_Face& face, SkTDArray<SkUnichar>* glyphToUnicode) { in populate_glyph_to_unicode() function 645 populate_glyph_to_unicode(face, &(info->fGlyphToUnicode)); in onGetAdvancedTypefaceMetrics()
|
D | SkFontHost_mac.cpp | 1494 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode() function 1583 populate_glyph_to_unicode(ctFont, glyphCount, &info->fGlyphToUnicode); in onGetAdvancedTypefaceMetrics()
|
D | SkFontHost_win.cpp | 360 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, in populate_glyph_to_unicode() function 1779 populate_glyph_to_unicode(hdc, glyphCount, &(info->fGlyphToUnicode)); in onGetAdvancedTypefaceMetrics()
|