Searched refs:bfrange (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/pdf/ |
D | SkPDFMakeToUnicodeCmap.cpp | 104 static void append_bfrange_section(const std::vector<BFRange>& bfrange, in append_bfrange_section() argument 108 for (size_t i = 0; i < bfrange.size(); i += 100) { in append_bfrange_section() 109 int count = SkToInt(bfrange.size() - i); in append_bfrange_section() 115 write_glyph(cmap, multiByte, bfrange[i + j].fStart); in append_bfrange_section() 117 write_glyph(cmap, multiByte, bfrange[i + j].fEnd); in append_bfrange_section() 119 SkPDFUtils::WriteUTF16beHex(cmap, bfrange[i + j].fUnicode); in append_bfrange_section()
|
/external/skia/src/pdf/ |
D | SkPDFMakeToUnicodeCmap.cpp | 104 static void append_bfrange_section(const std::vector<BFRange>& bfrange, in append_bfrange_section() argument 108 for (size_t i = 0; i < bfrange.size(); i += 100) { in append_bfrange_section() 109 int count = SkToInt(bfrange.size() - i); in append_bfrange_section() 115 write_glyph(cmap, multiByte, bfrange[i + j].fStart); in append_bfrange_section() 117 write_glyph(cmap, multiByte, bfrange[i + j].fEnd); in append_bfrange_section() 119 SkPDFUtils::WriteUTF16beHex(cmap, bfrange[i + j].fUnicode); in append_bfrange_section()
|