Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.h101 static const std::vector<SkUnichar>& GetUnicodeMap(const SkTypeface* typeface,
DSkPDFFont.cpp160 const std::vector<SkUnichar>& SkPDFFont::GetUnicodeMap(const SkTypeface* typeface, in GetUnicodeMap() function in SkPDFFont
410 SkPDFFont::GetUnicodeMap(font.typeface(), doc); in emit_subset_type0()
688 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, doc); in emit_subset_type3()
DSkPDFDevice.cpp848 const std::vector<SkUnichar>& glyphToUnicode = SkPDFFont::GetUnicodeMap(typeface, fDocument); in internalDrawGlyphRun()