Home
last modified time | relevance | path

Searched refs:append_cmap_sections (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DToUnicodeTest.cpp26 void append_cmap_sections(const SkTDArray<SkUnichar>& glyphToUnicode,
76 append_cmap_sections(glyphToUnicode, &subset, &buffer, true, 0, 0xFFFF); in DEF_TEST()
98 append_cmap_sections(glyphToUnicode, &subset, &buffer, true, 8, 0x00FF); in DEF_TEST()
116 append_cmap_sections(glyphToUnicode, &subset, &buffer, true, 0x00D, 0x00FE); in DEF_TEST()
129 append_cmap_sections(glyphToUnicode, NULL, &buffer, false, 0xFC, 0x110); in DEF_TEST()
165 append_cmap_sections(glyphToUnicode, &subset2, &buffer2, true, 0, 0xffff); in DEF_TEST()
/external/skia/src/pdf/
DSkPDFFont.cpp494 void append_cmap_sections(const SkTDArray<SkUnichar>& glyphToUnicode,
501 void append_cmap_sections(const SkTDArray<SkUnichar>& glyphToUnicode, in append_cmap_sections() function
575 append_cmap_sections(glyphToUnicode, subset, &cmap, multiByteGlyphs, in generate_tounicode_cmap()