Home
last modified time | relevance | path

Searched refs:bfchar (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFMakeToUnicodeCmap.cpp84 static void append_bfchar_section(const std::vector<BFChar>& bfchar, in append_bfchar_section() argument
88 for (size_t i = 0; i < bfchar.size(); i += 100) { in append_bfchar_section()
89 int count = SkToInt(bfchar.size() - i); in append_bfchar_section()
95 write_glyph(cmap, multiByte, bfchar[i + j].fGlyphId); in append_bfchar_section()
97 SkPDFUtils::WriteUTF16beHex(cmap, bfchar[i + j].fUnicode); in append_bfchar_section()
126 // Generate <bfchar> and <bfrange> table according to PDF spec 1.4 and Adobe
130 // Current implementation guarantees bfchar and bfrange entries do not overlap.
202 // The spec requires all bfchar entries for a font must come before bfrange in SkPDFAppendCmapSections()

Completed in 1 milliseconds