Lines Matching refs:lastGlyphID
365 uint16_t lastGlyphID) {
397 range.appendf("<%04X> <%04X>\n", firstGlyphID, lastGlyphID);
498 uint16_t lastGlyphID);
505 uint16_t lastGlyphID) {
520 SkMin32(lastGlyphID + 1, glyphToUnicode.count()) - glyphOffset;
567 uint16_t lastGlyphID) {
570 append_tounicode_header(&cmap, firstGlyphID, lastGlyphID);
572 append_tounicode_header(&cmap, 1, lastGlyphID - firstGlyphID + 1);
575 firstGlyphID, lastGlyphID);
919 uint16_t SkPDFFont::lastGlyphID() const {
982 lastGlyphID()));
1272 encDiffs->reserve(lastGlyphID() - firstGlyphID() + 2);
1274 for (int gID = firstGlyphID(); gID <= lastGlyphID(); gID++) {
1292 int endIndex = startIndex + lastGlyphID() - firstGlyphID() + 1;
1334 if (lastGlyphID() == 0) {
1350 encDiffs->reserve(lastGlyphID() - firstGlyphID() + 2);
1356 for (int gID = firstGlyphID(); gID <= lastGlyphID(); gID++) {
1390 this->insertInt("LastChar", lastGlyphID() - firstGlyphID() + 1);