Lines Matching refs:lastGlyphID
365 uint16_t lastGlyphID) { in append_tounicode_header() argument
397 range.appendf("<%04X> <%04X>\n", firstGlyphID, lastGlyphID); in append_tounicode_header()
498 uint16_t lastGlyphID);
505 uint16_t lastGlyphID) { in append_cmap_sections() argument
520 SkMin32(lastGlyphID + 1, glyphToUnicode.count()) - glyphOffset; in append_cmap_sections()
567 uint16_t lastGlyphID) { 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()
919 uint16_t SkPDFFont::lastGlyphID() const { in lastGlyphID() function in SkPDFFont
982 lastGlyphID())); in populateToUnicodeTable()
1272 encDiffs->reserve(lastGlyphID() - firstGlyphID() + 2); in populate()
1274 for (int gID = firstGlyphID(); gID <= lastGlyphID(); gID++) { in populate()
1292 int endIndex = startIndex + lastGlyphID() - firstGlyphID() + 1; in addWidthInfoFromRange()
1334 if (lastGlyphID() == 0) { in populate()
1350 encDiffs->reserve(lastGlyphID() - firstGlyphID() + 2); in populate()
1356 for (int gID = firstGlyphID(); gID <= lastGlyphID(); gID++) { in populate()
1390 this->insertInt("LastChar", lastGlyphID() - firstGlyphID() + 1); in populate()