Home
last modified time | relevance | path

Searched refs:glyphToUnicodeEx (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DPDFGlyphsToUnicodeTest.cpp45 THashMap<SkGlyphID, SkString> glyphToUnicodeEx; in DEF_TEST() local
85 glyphToUnicodeEx.set(0x9, SkString("ffi")); in DEF_TEST()
86 glyphToUnicodeEx.set(0xFC, SkString("st")); in DEF_TEST()
94 SkPDFAppendCmapSections(glyphToUnicode.data(), glyphToUnicodeEx, &subset, &buffer, true, 0, in DEF_TEST()
120 SkPDFAppendCmapSections(glyphToUnicode.data(), glyphToUnicodeEx, &subset, &buffer, true, 8, in DEF_TEST()
142 SkPDFAppendCmapSections(glyphToUnicode.data(), glyphToUnicodeEx, &subset, &buffer, true, 0x00D, in DEF_TEST()
158 SkPDFAppendCmapSections(glyphToUnicode.data(), glyphToUnicodeEx, &subset, &buffer, false, 0xFC, in DEF_TEST()
172 glyphToUnicodeEx.reset(); in DEF_TEST()
196 SkPDFAppendCmapSections(glyphToUnicode.data(), glyphToUnicodeEx, &subset2, &buffer2, true, 0, in DEF_TEST()
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFMakeToUnicodeCmap.cpp113 static void append_bfchar_section_ex(const THashMap<SkGlyphID, SkString>& glyphToUnicodeEx, in append_bfchar_section_ex() argument
117 glyphToUnicodeEx.foreach([&](const SkGlyphID& glyphId, const SkString& a) { in append_bfchar_section_ex()
130 glyphToUnicodeEx.foreach([&](const SkGlyphID& glyphId, const SkString& a) { in append_bfchar_section_ex()
208 const THashMap<SkGlyphID, SkString>& glyphToUnicodeEx, in SkPDFAppendCmapSections() argument
261 append_bfchar_section_ex(glyphToUnicodeEx, multiByteGlyphs, firstGlyphID, lastGlyphID, cmap); in SkPDFAppendCmapSections()
267 const THashMap<SkGlyphID, SkString>& glyphToUnicodeEx, in SkPDFMakeToUnicodeCmap() argument
274 SkPDFAppendCmapSections(glyphToUnicode, glyphToUnicodeEx, subset, &cmap, multiByteGlyphs, in SkPDFMakeToUnicodeCmap()
H A DSkPDFMakeToUnicodeCmap.h22 const skia_private::THashMap<SkGlyphID, SkString>& glyphToUnicodeEx,
30 const skia_private::THashMap<SkGlyphID, SkString>& glyphToUnicodeEx,
H A DSkPDFDevice.cpp919 THashMap<SkGlyphID, SkString>& glyphToUnicodeEx=SkPDFFont::GetUnicodeMapEx(typeface, fDocument); in internalDrawGlyphRun() local
1004 SkString* unicodes = glyphToUnicodeEx.find(gid); in internalDrawGlyphRun()
1006 glyphToUnicodeEx.set(gid, SkString(c.fUtf8Text, c.fTextByteLength)); in internalDrawGlyphRun()