Searched refs:stackHeight (Results 1 – 1 of 1) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 6443 $stackHeight = & $this->flowingBlockAttr['height']; 6537 $this->_setInlineBlockHeights($lineBox, $stackHeight, $content, $font, $is_table); 6540 $stackHeight = 0; 6544 $this->y += $stackHeight; 6598 $check_h = max($this->divheight, $stackHeight); 6610 $check_h += $stackHeight; 6873 $this->DivLn($stackHeight, $this->blklvl, false); 6990 …$this->Cell($stringWidth, $stackHeight, $chunk, '', 0, '', $fill, $this->HREF, $currentx, 0, 0, 'M… 6991 …$this->Cell($this->GetStringWidth($hanger), $stackHeight, $hanger, '', 1, '', $fill, $this->HREF, … 6993 …$this->Cell($stringWidth, $stackHeight, $chunk, '', 1, '', $fill, $this->HREF, $currentx, 0, 0, 'M… [all …]
|