Lines Matching refs:id

15 /******/ 			id: moduleId,
12712 var id = ++idCounter;
12713 return baseToString(prefix) + id;
13267 if (!self.pdfDoc.page.fonts[font.id]) {
13268 self.pdfDoc.page.fonts[font.id] = font.ref();
13385 fontId: font.id
17191 this._offsets[ref.id - 1] = ref.offset;
20250 function PDFReference(document, id, data) {
20252 this.id = id;
20308 this.document._write("" + this.id + " " + this.gen + " obj");
20325 return "" + this.id + " " + this.gen + " R";
27951 var dictionary, id, key, name, _ref1;
27976 id = ++this._opacityCount;
27977 name = "Gs" + id;
28212 this.id = 'Sh' + (++this.doc._gradCount);
28238 this.doc.page.patterns[this.id] = pattern;
28295 this.doc.addContent("/" + this.id + " " + op);
29020 var cacheKey, font, id, _ref;
29041 id = 'F' + (++this._fontCount);
29042 this._font = new PDFFont(this, src, family, id);
29100 function PDFFont(document, src, family, id) {
29102 this.id = id;
29736 …var attr, b2, b3, b4, dataLength, dataOffset, dataOfs, entry, font, handle, i, id, j, len, length,…
29758 id = data.readShort();
29767 id: id,
29998 …var id, list, nameID, nameTable, postscriptName, strCount, strTable, string, strings, table, val, …
30001 for (id in _ref) {
30002 val = _ref[id];
30003 strings[id] = val;
30013 for (id in strings) {
30014 list = strings[id];
30413 …codes, delta, deltas, diff, endCode, endCodes, entrySelector, glyphIDs, i, id, indexes, last, map,…
30420 id = 0;
30436 map[_name] = ++id;
30454 maxGlyphID: id + 1
30544 id = glyphIDs[_q];
30545 subtable.writeUInt16(id);
30624 HmtxTable.prototype.forGlyph = function(id) {
30626 if (id in this.metrics) {
30627 return this.metrics[id];
30631 lsb: this.leftSideBearings[id - this.metrics.length]
30636 var id, metric, table, _i, _len;
30639 id = mapping[_i];
30640 metric = this.forGlyph(id);
30894 …var id, index, indexes, position, post, raw, string, strings, table, _i, _j, _k, _len, _len1, _len…
30908 id = mapping[_i];
30909 post = this.glyphFor(id);
31087 LocaTable.prototype.indexOf = function(id) {
31088 return this.offsets[id];
31091 LocaTable.prototype.lengthOf = function(id) {
31092 return this.offsets[id + 1] - this.offsets[id];
31160 GlyfTable.prototype.glyphFor = function(id) {
31162 if (id in this.cache) {
31163 return this.cache[id];
31167 index = loca.indexOf(id);
31168 length = loca.lengthOf(id);
31170 return this.cache[id] = null;
31180 this.cache[id] = new CompoundGlyph(raw, xMin, yMin, xMax, yMax);
31182 this.cache[id] = new SimpleGlyph(raw, numberOfContours, xMin, yMin, xMax, yMax);
31184 return this.cache[id];
31188 var glyph, id, offsets, table, _i, _len;
31192 id = mapping[_i];
31193 glyph = glyphs[id];
31278 var i, id, result, _i, _len, _ref;
31282 id = _ref[i];
31284 result.writeShort(mapping[id]);
31515 var additionalIDs, glyph, glyphs, id, _i, _len, _ref;
31518 id = glyphIDs[_i];
31519 glyphs[id] = this.font.glyf.glyphFor(id);
31522 for (id in glyphs) {
31523 glyph = glyphs[id];
31530 for (id in _ref) {
31531 glyph = _ref[id];
31532 glyphs[id] = glyph;
31539 …var cmap, code, glyf, glyphs, id, ids, loca, name, new2old, newIDs, nextGlyphID, old2new, oldID, o…
31564 id = newIDs[_i];
31565 _results.push(new2old[id]);
31866 if ((_base = this.page.fonts)[_name = this._font.id] == null) {
31872 this.addContent("/" + this._font.id + " " + this._fontSize + " Tf");