Home
last modified time | relevance | path

Searched refs:GetUnicodeMap (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/pdf/
DSkPDFFont.h102 static const std::vector<SkUnichar>& GetUnicodeMap(const SkTypeface* typeface,
DSkPDFFont.cpp157 const std::vector<SkUnichar>& SkPDFFont::GetUnicodeMap(const SkTypeface* typeface, in GetUnicodeMap() function in SkPDFFont
390 SkPDFFont::GetUnicodeMap(font.typeface(), doc); in emit_subset_type0()
625 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, doc); in emit_subset_type3()
DSkPDFDevice.cpp818 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, fDocument); in internalDrawGlyphRun()
/third_party/skia/src/pdf/
DSkPDFFont.h100 static const std::vector<SkUnichar>& GetUnicodeMap(const SkTypeface* typeface,
DSkPDFFont.cpp156 const std::vector<SkUnichar>& SkPDFFont::GetUnicodeMap(const SkTypeface* typeface, in GetUnicodeMap() function in SkPDFFont
393 SkPDFFont::GetUnicodeMap(font.typeface(), doc); in emit_subset_type0()
653 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, doc); in emit_subset_type3()
DSkPDFDevice.cpp842 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, fDocument); in internalDrawGlyphRun()