Lines Matching refs:lastGlyphID
347 uint16_t lastGlyphID) {
379 range.appendf("<%04X> <%04X>\n", firstGlyphID, lastGlyphID);
480 uint16_t lastGlyphID);
487 uint16_t lastGlyphID) {
502 SkMin32(lastGlyphID + 1, glyphToUnicode.count()) - glyphOffset;
549 uint16_t lastGlyphID) {
552 append_tounicode_header(&cmap, firstGlyphID, lastGlyphID);
554 append_tounicode_header(&cmap, 1, lastGlyphID - firstGlyphID + 1);
557 firstGlyphID, lastGlyphID);
963 uint16_t SkPDFFont::lastGlyphID() const {
1057 lastGlyphID()));
1360 encDiffs->reserve(lastGlyphID() - firstGlyphID() + 2);
1362 for (int gID = firstGlyphID(); gID <= lastGlyphID(); gID++) {
1377 int endIndex = startIndex + lastGlyphID() - firstGlyphID() + 1;
1418 if (lastGlyphID() == 0) {
1438 encDiffs->reserve(lastGlyphID() - firstGlyphID() + 2);
1444 for (int gID = firstGlyphID(); gID <= lastGlyphID(); gID++) {
1476 insertInt("LastChar", lastGlyphID() - firstGlyphID() + 1);