Searched refs:GetUnicodeMap (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/pdf/ |
D | SkPDFFont.h | 102 static const std::vector<SkUnichar>& GetUnicodeMap(const SkTypeface* typeface,
|
D | SkPDFFont.cpp | 157 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()
|
D | SkPDFDevice.cpp | 818 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, fDocument); in internalDrawGlyphRun()
|
/third_party/skia/src/pdf/ |
D | SkPDFFont.h | 100 static const std::vector<SkUnichar>& GetUnicodeMap(const SkTypeface* typeface,
|
D | SkPDFFont.cpp | 156 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()
|
D | SkPDFDevice.cpp | 842 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, fDocument); in internalDrawGlyphRun()
|