Searched refs:SkPDFAppendCmapSections (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/tests/ |
D | PDFGlyphsToUnicodeTest.cpp | 83 SkPDFAppendCmapSections(&glyphToUnicode[0], &subset, &buffer, true, 0, in DEF_TEST() 106 SkPDFAppendCmapSections(&glyphToUnicode[0], &subset, &buffer, true, 8, in DEF_TEST() 125 SkPDFAppendCmapSections(&glyphToUnicode[0], &subset, &buffer, true, 0x00D, in DEF_TEST() 139 SkPDFAppendCmapSections(&glyphToUnicode[0], nullptr, &buffer, false, 0xFC, in DEF_TEST() 179 SkPDFAppendCmapSections(&glyphToUnicode[0], &subset2, &buffer2, true, 0, in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | PDFGlyphsToUnicodeTest.cpp | 84 SkPDFAppendCmapSections(&glyphToUnicode[0], &subset, &buffer, true, 0, in DEF_TEST() 107 SkPDFAppendCmapSections(&glyphToUnicode[0], &subset, &buffer, true, 8, in DEF_TEST() 126 SkPDFAppendCmapSections(&glyphToUnicode[0], &subset, &buffer, true, 0x00D, in DEF_TEST() 140 SkPDFAppendCmapSections(&glyphToUnicode[0], nullptr, &buffer, false, 0xFC, in DEF_TEST() 180 SkPDFAppendCmapSections(&glyphToUnicode[0], &subset2, &buffer2, true, 0, in DEF_TEST()
|
/third_party/skia/src/pdf/ |
D | SkPDFMakeToUnicodeCmap.cpp | 152 void SkPDFAppendCmapSections(const SkUnichar* glyphToUnicode, in SkPDFAppendCmapSections() function 216 SkPDFAppendCmapSections(glyphToUnicode, subset, &cmap, multiByteGlyphs, in SkPDFMakeToUnicodeCmap()
|
D | SkPDFMakeToUnicodeCmap.h | 21 void SkPDFAppendCmapSections(const SkUnichar* glyphToUnicode,
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFMakeToUnicodeCmap.cpp | 152 void SkPDFAppendCmapSections(const SkUnichar* glyphToUnicode, in SkPDFAppendCmapSections() function 216 SkPDFAppendCmapSections(glyphToUnicode, subset, &cmap, multiByteGlyphs, in SkPDFMakeToUnicodeCmap()
|
D | SkPDFMakeToUnicodeCmap.h | 21 void SkPDFAppendCmapSections(const SkUnichar* glyphToUnicode,
|