Searched refs:bitsPerCoordinate (Results 1 – 2 of 2) sorted by relevance
/plugin/pdfjs/pdfjs/build/ |
D | pdf.worker.js | 48979 var bitsPerCoordinate = this.context.bitsPerCoordinate; 48980 var xi = this.readBits(bitsPerCoordinate); 48981 var yi = this.readBits(bitsPerCoordinate); 48983 … var scale = bitsPerCoordinate < 32 ? 1 / ((1 << bitsPerCoordinate) - 1) : 2.3283064365386963e-10; 49531 bitsPerCoordinate: dict.get('BitsPerCoordinate'), property
|
D | pdf.worker.js.map | 1 …bitsPerCoordinate","xi","yi","readComponents","ci","coords","mesh","operators","ps","verticesLeft"…
|