Searched refs:populate_glyph_to_unicode (Results 1 – 7 of 7) sorted by relevance
/external/skia/legacy/src/ports/ |
D | SkFontHost_win.cpp | 226 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, in populate_glyph_to_unicode() function 1100 populate_glyph_to_unicode(hdc, glyphCount, &(info->fGlyphToUnicode)); in GetAdvancedTypefaceMetrics()
|
D | SkFontHost_FreeType.cpp | 386 static void populate_glyph_to_unicode(FT_Face& face, in populate_glyph_to_unicode() function 615 populate_glyph_to_unicode(face, &(info->fGlyphToUnicode)); in GetAdvancedTypefaceMetrics()
|
D | SkFontHost_mac_coretext.cpp | 1554 static void populate_glyph_to_unicode(CTFontRef ctFont, in populate_glyph_to_unicode() function 1635 populate_glyph_to_unicode(ctFont, glyphCount, &info->fGlyphToUnicode); in GetAdvancedTypefaceMetrics()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 400 static void populate_glyph_to_unicode(FT_Face& face, in populate_glyph_to_unicode() function 629 populate_glyph_to_unicode(face, &(info->fGlyphToUnicode)); in GetAdvancedTypefaceMetrics()
|
D | SkFontHost_win_dw.cpp | 1299 static void populate_glyph_to_unicode(IDWriteFontFace* fontFace, 1447 … populate_glyph_to_unicode(typeface->fDWriteFontFace.get(), glyphCount, &(info->fGlyphToUnicode));
|
D | SkFontHost_win.cpp | 365 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, in populate_glyph_to_unicode() function 1459 populate_glyph_to_unicode(hdc, glyphCount, &(info->fGlyphToUnicode)); in GetAdvancedTypefaceMetrics()
|
D | SkFontHost_mac_coretext.cpp | 1399 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode() function 1485 populate_glyph_to_unicode(ctFont, glyphCount, &info->fGlyphToUnicode); in GetAdvancedTypefaceMetrics()
|