Searched refs:commonObjs (Results 1 – 4 of 4) sorted by relevance
/plugin/pdfjs/pdfjs/build/ |
D | pdf.js | 10465 this.commonObjs = transport.commonObjs; 10597 commonObjs: this.commonObjs, property 11264 this.commonObjs = new PDFObjects(); 11514 if (this.commonObjs.has(id)) { 11525 this.commonObjs.resolve(id, exportedError); 11547 _this13.commonObjs.resolve(id, font); 11552 _this13.commonObjs.resolve(id, font); 11559 this.commonObjs.resolve(id, exportedData); 11885 _this16.commonObjs.clear(); 12021 commonObjs = _ref11.commonObjs, [all …]
|
D | pdf.js.map | 1 …commonObjs","operatorList","pageNumber","useRequestAnimationFrame","renderTask","transparency","op…
|
/plugin/pdfjs/pdfjs/web/ |
D | viewer.js | 12215 var svgGfx = new _pdfjsLib.SVGGraphics(pdfPage.commonObjs, pdfPage.objs);
|
D | viewer.js.map | 1 … ensureNotCancelled();\n let svgGfx = new SVGGraphics(pdfPage.commonObjs, pdfPage.objs);\…
|