Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFFont.cpp319 THashMap<SkGlyphID, SkString>& SkPDFFont::GetUnicodeMapEx(const SkTypeface& typeface, in GetUnicodeMapEx() function in SkPDFFont
542 SkPDFFont::GetUnicodeMapEx(typeface, doc), in emit_subset_type0()
905 SkPDFFont::GetUnicodeMapEx(pathTypeface, doc), in emit_subset_type3()
H A DSkPDFFont.h127 static skia_private::THashMap<SkGlyphID, SkString>& GetUnicodeMapEx(
H A DSkPDFDevice.cpp919 THashMap<SkGlyphID, SkString>& glyphToUnicodeEx=SkPDFFont::GetUnicodeMapEx(typeface, fDocument); in internalDrawGlyphRun()