Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.cpp364 uint16_t firstGlyphID, in append_tounicode_header() argument
397 range.appendf("<%04X> <%04X>\n", firstGlyphID, lastGlyphID); in append_tounicode_header()
497 uint16_t firstGlyphID,
504 uint16_t firstGlyphID, in append_cmap_sections() argument
511 glyphOffset = firstGlyphID - 1; in append_cmap_sections()
522 for (int i = firstGlyphID - glyphOffset; i < limit + 1; ++i) { in append_cmap_sections()
566 uint16_t firstGlyphID, in generate_tounicode_cmap() argument
570 append_tounicode_header(&cmap, firstGlyphID, lastGlyphID); in generate_tounicode_cmap()
572 append_tounicode_header(&cmap, 1, lastGlyphID - firstGlyphID + 1); in generate_tounicode_cmap()
575 firstGlyphID, lastGlyphID); in generate_tounicode_cmap()
[all …]
DSkPDFFont.h167 uint16_t firstGlyphID() const;