Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkAdvancedTypefaceMetrics.h76 SkTDArray<SkUnichar> fGlyphToUnicode; member
/external/skia/src/pdf/
DSkPDFFont.cpp481 if (metrics.fGlyphToUnicode.count() > 0) { in getFontSubset()
483 SkPDFMakeToUnicodeCmap(metrics.fGlyphToUnicode, in getFontSubset()
714 if (metrics && metrics->fGlyphToUnicode.count() > 0) { in add_type3_font_info()
716 SkPDFMakeToUnicodeCmap(metrics->fGlyphToUnicode, in add_type3_font_info()
DSkPDFDevice.cpp1499 const SkTDArray<SkUnichar>& glyphToUnicode = metrics->fGlyphToUnicode; in internalDrawText()
/external/skia/src/fonts/
DSkTestScalerContext.cpp154 SkTDArray<SkUnichar>& toUnicode = info->fGlyphToUnicode; in onGetAdvancedMetrics()
/external/skia/src/ports/
DSkTypeface_win_dw.cpp353 populate_glyph_to_unicode(fDWriteFontFace.get(), glyphCount, &(info->fGlyphToUnicode)); in onGetAdvancedMetrics()
DSkFontHost_FreeType.cpp625 populate_glyph_to_unicode(face, &(info->fGlyphToUnicode)); in onGetAdvancedMetrics()
DSkFontHost_win.cpp1768 populate_glyph_to_unicode(hdc, glyphCount, &(info->fGlyphToUnicode)); in onGetAdvancedMetrics()
DSkFontHost_mac.cpp1523 populate_glyph_to_unicode(ctFont.get(), glyphCount, &info->fGlyphToUnicode); in onGetAdvancedMetrics()