Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFFont.cpp307 const std::vector<SkUnichar>& SkPDFFont::GetUnicodeMap(const SkTypeface& typeface, in GetUnicodeMap() function in SkPDFFont
538 SkPDFFont::GetUnicodeMap(typeface, doc); in emit_subset_type0()
902 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(pathTypeface, doc); in emit_subset_type3()
H A DSkPDFFont.h125 static const std::vector<SkUnichar>& GetUnicodeMap(const SkTypeface& typeface,
H A DSkPDFDevice.cpp918 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, fDocument); in internalDrawGlyphRun()