Searched refs:fGlyphToUnicode (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.h109 SkTDArray<SkUnichar> fGlyphToUnicode; member in class:SkAdvancedTypefaceMetrics
/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp359 populate_glyph_to_unicode(fDWriteFontFace.get(), glyphCount, &(info->fGlyphToUnicode));
H A DSkFontHost_FreeType.cpp649 populate_glyph_to_unicode(face, &(info->fGlyphToUnicode));
H A DSkFontHost_mac.cpp1570 populate_glyph_to_unicode(ctFont, glyphCount, &info->fGlyphToUnicode);
H A DSkFontHost_win.cpp1784 populate_glyph_to_unicode(hdc, glyphCount, &(info->fGlyphToUnicode));
/external/skia/src/pdf/
H A DSkPDFFont.cpp982 if (fFontInfo == NULL || fFontInfo->fGlyphToUnicode.begin() == NULL) {
986 generate_tounicode_cmap(fFontInfo->fGlyphToUnicode,

Completed in 117 milliseconds