Searched refs:populate_glyph_to_unicode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp290 static void populate_glyph_to_unicode(IDWriteFontFace* fontFace, function
362 populate_glyph_to_unicode(fDWriteFontFace.get(), glyphCount, &(info->fGlyphToUnicode));
H A DSkFontHost_FreeType.cpp476 static void populate_glyph_to_unicode(FT_Face& face, function
713 populate_glyph_to_unicode(face, &(info->fGlyphToUnicode));
H A DSkFontHost_mac.cpp1463 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, function
1551 populate_glyph_to_unicode(ctFont, glyphCount, &info->fGlyphToUnicode);
H A DSkFontHost_win.cpp374 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, function
1856 populate_glyph_to_unicode(hdc, glyphCount, &(info->fGlyphToUnicode));
/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp285 static void populate_glyph_to_unicode(IDWriteFontFace* fontFace, function
384 populate_glyph_to_unicode(fDWriteFontFace.get(), glyphCount, &(info->fGlyphToUnicode));
H A DSkFontHost_FreeType.cpp477 static void populate_glyph_to_unicode(FT_Face& face, function
714 populate_glyph_to_unicode(face, &(info->fGlyphToUnicode));
H A DSkFontHost_mac.cpp1468 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, function
1554 populate_glyph_to_unicode(ctFont, glyphCount, &info->fGlyphToUnicode);
H A DSkFontHost_win.cpp373 static void populate_glyph_to_unicode(HDC fontHdc, const unsigned glyphCount, function
1884 populate_glyph_to_unicode(hdc, glyphCount, &(info->fGlyphToUnicode));

Completed in 7757 milliseconds