Searched refs:lbox (Results 1 – 4 of 4) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.inline.php | 34 $lbox = new LineBox; 35 $lbox->top = $box->get_top(); 36 $lbox->right = $box->get_right(); 37 $lbox->bottom = $box->get_bottom(); 38 $lbox->left = $box->get_left(); 42 return $lbox;
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 104 macroData.lbox = vSettings.lbox; 1807 lbox: macroData.lbox, property in desc.viewerSettings
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 23242 var lbox = (0, _util.readUint32)(data, position); 23246 if (lbox === 1) { 23247 …lbox = (0, _util.readUint32)(data, position) * 4294967296 + (0, _util.readUint32)(data, position +… 23252 if (lbox === 0) { 23253 lbox = length - position + headerSize; 23256 if (lbox < headerSize) { 23260 var dataLength = lbox - headerSize;
|
H A D | pdf.worker.js.map | 1 …lbox","tbox","jumpDataLength","colorspace","headerType","parseImageProperties","newByte","oldByte"…
|