Searched refs:operatorListId (Results 1 – 4 of 4) sorted by relevance
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 34855 function Glyph(fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isInFont) { 34861 this.operatorListId = operatorListId; 34866 …tchesForCache = function (fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isIn… 34867 …&& this.width === width && this.vmetric === vmetric && this.operatorListId === operatorListId && t… 37284 var fontCharCode, width, operatorListId; 37308 operatorListId = fontCharCode; property 37326 …|| !glyph.matchesForCache(fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isIn… 37327 … glyph = new Glyph(fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isInFont);
|
| D | pdf.js | 15658 var operatorList = font.charProcOperatorList[glyph.operatorListId]; 15661 … (0, _util.warn)("Type3 character \"".concat(glyph.operatorListId, "\" is not available."));
|
| D | pdf.worker.js.map | 1 …operatorListId","fontChar","charsToGlyphs","charsCache","charsCacheKey","chars","ErrorFont","Type1…
|
| D | pdf.js.map | 1 …rProcOperatorList[glyph.operatorListId];\n if (!operatorList) {\n warn(`Type3 char…
|