Home
last modified time | relevance | path

Searched refs:currblk (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DBlockTag.php331 $currblk = & $this->mpdf->blk[$this->mpdf->blklvl];
332 $this->mpdf->initialiseBlock($currblk);
334 $currblk['tag'] = $tag;
335 $currblk['attr'] = $attr;
342 $currblk['keep_block_together'] = 1;
343 $currblk['array_i'] = $ihtml; // mPDF 6
349 $currblk['lastbottommargin'] = $lastbottommargin;
355 $currblk['z-index'] = $v;
383 $currblk['list_style_type'] = $listtype;
388 $currblk['InlineProperties'] = $this->mpdf->saveInlineProperties();
[all …]
DTr.php51 $ret = $this->mpdf->SetBackground($properties, $currblk['inner_width']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php15574 function _getListMarkerWidth(&$currblk, &$a, &$i) argument
15582 …if ($currblk['list_style_type'] != 'disc' && $currblk['list_style_type'] != 'circle' && $currblk['…
15617 switch ($currblk['list_style_type']) {