Home
last modified time | relevance | path

Searched refs:compiledGlyphs (Results 1 – 4 of 4) sorted by relevance

/plugin/pdfjs/pdfjs/build/
Dpdf.js14000 this.compiledGlyphs = Object.create(null);
14048 if (this.compiledGlyphs[character] !== undefined) {
14049 return this.compiledGlyphs[character];
14068 return this.compiledGlyphs[character] = function (c, size) {}; function
14087 return this.compiledGlyphs[character] = new Function('c', 'size', js);
14090 return this.compiledGlyphs[character] = function (c, size) {
Dpdf.worker.js47823 this.compiledGlyphs = Object.create(null);
47831 var fn = this.compiledGlyphs[cmap.glyphId];
47835 this.compiledGlyphs[cmap.glyphId] = fn;
47891 …return this.compiledGlyphs[cmap.glyphId] !== undefined && this.compiledCharCodeToGlyphId[cmap.char…
Dpdf.js.map1compiledGlyphs = Object.create(null);\n // importing translated data\n for (let i in transla…
Dpdf.worker.js.map1compiledGlyphs = Object.create(null);\n this.compiledCharCodeToGlyphId = Object.create(null);…