Searched refs:compiledGlyphs (Results 1 – 4 of 4) sorted by relevance
14000 this.compiledGlyphs = Object.create(null);14048 if (this.compiledGlyphs[character] !== undefined) {14049 return this.compiledGlyphs[character];14068 return this.compiledGlyphs[character] = function (c, size) {}; function14087 return this.compiledGlyphs[character] = new Function('c', 'size', js);14090 return this.compiledGlyphs[character] = function (c, size) {
47823 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…
1 …compiledGlyphs = Object.create(null);\n // importing translated data\n for (let i in transla…
1 …compiledGlyphs = Object.create(null);\n this.compiledCharCodeToGlyphId = Object.create(null);…