Home
last modified time | relevance | path

Searched refs:is_table (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2941 if ((isset($this->blk[$this->blklvl]['y0']) && $this->y > $this->blk[$this->blklvl]['y0']) || $this->flowingBlockAttr['is_table']) {
3114 if ((isset($this->blk[$this->blklvl]['y0']) && $this->y > $this->blk[$this->blklvl]['y0']) || $this->flowingBlockAttr['is_table'] || $this->extrapagebreak) {
6404 function newFlowingBlock($w, $h, $a = '', $is_table = false, $blockstate = 0, $newblock = true, $blockdir = 'ltr', $table_draft = false)
6415 $this->flowingBlockAttr['is_table'] = $is_table;
6440 $is_table = $this->flowingBlockAttr['is_table'];
6458 if ($this->blk[$this->blklvl]['bgcolor'] && !$is_table) {
6484 if ($this->ColActive && !$is_table) {
6490 if ($is_table) {
6374 newFlowingBlock($w, $h, $a = '', $is_table = false, $blockstate = 0, $newblock = true, $blockdir = 'ltr', $table_draft = false) global() argument
7065 printobjectbuffer($is_table = false, $blockdir = false) global() argument
9055 inlineObject($type, $x, $y, $objattr, $Lmargin, $widthUsed, $maxWidth, $lineHeight, $paint = false, $is_table = false) global() argument
11069 _setInlineBlockHeights(& $lineBox, & $stackHeight, & $content, & $font, $is_table) global() argument
15820 printbuffer($arrayaux, $blockstate = 0, $is_table = false, $table_draft = false, $cell_dir = '') global() argument
17861 PaintImgBorder($objattr, $is_table) global() argument
[all...]
H A DForm.php449 function print_ob_imageinput($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $is_table)
468 $this->mpdf->PaintImgBorder($objattr, $is_table);
451 print_ob_imageinput($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $is_table) global() argument