Home
last modified time | relevance | path

Searched refs:fGlyphToUnicode (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkAdvancedTypefaceMetrics.h87 SkTDArray<SkUnichar> fGlyphToUnicode; variable
/external/skia/src/pdf/
DSkPDFFont.cpp455 if (metrics.fGlyphToUnicode.count() > 0) { in getFontSubset()
457 SkPDFMakeToUnicodeCmap(metrics.fGlyphToUnicode, in getFontSubset()
688 if (metrics && metrics->fGlyphToUnicode.count() > 0) { in add_type3_font_info()
690 SkPDFMakeToUnicodeCmap(metrics->fGlyphToUnicode, in add_type3_font_info()
DSkPDFDevice.cpp1333 const SkTDArray<SkUnichar>& glyphToUnicode = metrics->fGlyphToUnicode; in internalDrawText()
/external/skia/src/fonts/
DSkTestScalerContext.cpp158 SkTDArray<SkUnichar>& toUnicode = info->fGlyphToUnicode; in onGetAdvancedTypefaceMetrics()
/external/skia/src/ports/
DSkTypeface_win_dw.cpp354 populate_glyph_to_unicode(fDWriteFontFace.get(), glyphCount, &(info->fGlyphToUnicode)); in onGetAdvancedTypefaceMetrics()
DSkFontHost_FreeType.cpp675 populate_glyph_to_unicode(face, &(info->fGlyphToUnicode)); in onGetAdvancedTypefaceMetrics()
DSkFontHost_win.cpp1773 populate_glyph_to_unicode(hdc, glyphCount, &(info->fGlyphToUnicode)); in onGetAdvancedTypefaceMetrics()
DSkFontHost_mac.cpp1506 populate_glyph_to_unicode(ctFont.get(), glyphCount, &info->fGlyphToUnicode); in onGetAdvancedTypefaceMetrics()