Searched refs:populate_glyph_to_unicode (Results 1 - 8 of 8) sorted by last modified time

/external/skqp/src/ports/
H A DSkFontHost_FreeType.cpp514 static void populate_glyph_to_unicode(FT_Face& face, SkTDArray<SkUnichar>* glyphToUnicode) { function
623 populate_glyph_to_unicode(face, &(info->fGlyphToUnicode));
H A DSkFontHost_mac.cpp1433 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount,
1517 populate_glyph_to_unicode(ctFont.get(), glyphCount, &info->fGlyphToUnicode);
H A DSkFontHost_win.cpp364 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, function
1754 populate_glyph_to_unicode(hdc, glyphCount, &(info->fGlyphToUnicode));
H A DSkTypeface_win_dw.cpp297 static void populate_glyph_to_unicode(IDWriteFontFace* fontFace, function
353 populate_glyph_to_unicode(fDWriteFontFace.get(), glyphCount, &(info->fGlyphToUnicode));
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp514 static void populate_glyph_to_unicode(FT_Face& face, SkTDArray<SkUnichar>* glyphToUnicode) { function
623 populate_glyph_to_unicode(face, &(info->fGlyphToUnicode));
H A DSkFontHost_mac.cpp1433 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount,
1517 populate_glyph_to_unicode(ctFont.get(), glyphCount, &info->fGlyphToUnicode);
H A DSkFontHost_win.cpp364 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, function
1754 populate_glyph_to_unicode(hdc, glyphCount, &(info->fGlyphToUnicode));
H A DSkTypeface_win_dw.cpp297 static void populate_glyph_to_unicode(IDWriteFontFace* fontFace, function
353 populate_glyph_to_unicode(fDWriteFontFace.get(), glyphCount, &(info->fGlyphToUnicode));

Completed in 126 milliseconds