Lines Matching refs:firstGlyphID
364 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()
915 uint16_t SkPDFFont::firstGlyphID() const { in firstGlyphID() function in SkPDFFont
981 firstGlyphID(), in populateToUnicodeTable()
1272 encDiffs->reserve(lastGlyphID() - firstGlyphID() + 2); in populate()
1274 for (int gID = firstGlyphID(); gID <= lastGlyphID(); gID++) { in populate()
1291 int startIndex = firstGlyphID() - widthRangeEntry->fStartId; in addWidthInfoFromRange()
1292 int endIndex = startIndex + lastGlyphID() - firstGlyphID() + 1; in addWidthInfoFromRange()
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()