Home
last modified time | relevance | path

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

/external/skia/legacy/src/ports/
DSkFontHost_win.cpp226 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()
DSkFontHost_FreeType.cpp386 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()
DSkFontHost_mac_coretext.cpp1554 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/
DSkFontHost_FreeType.cpp400 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()
DSkFontHost_win_dw.cpp1299 static void populate_glyph_to_unicode(IDWriteFontFace* fontFace,
1447populate_glyph_to_unicode(typeface->fDWriteFontFace.get(), glyphCount, &(info->fGlyphToUnicode));
DSkFontHost_win.cpp365 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()
DSkFontHost_mac_coretext.cpp1399 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()