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_win_dw.cpp293 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()
DSkFontHost_FreeType.cpp446 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()
DSkFontHost_mac.cpp1494 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()
DSkFontHost_win.cpp360 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()