Searched refs:tbsqrt (Results 1 – 1 of 1) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | Table.php | 896 $recalculate = $this->tbsqrt($maxrowheight / $fullpage, 1); 901 …if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $remainingpage, 1)) <= $this->mpdf->shrin… 902 $recalculate = $this->tbsqrt($tableheight / $remainingpage, 1); 918 …if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $fullpage, 1)) <= $this->mpdf->shrink_thi… 919 $recalculate = $this->tbsqrt($tableheight / $fullpage, 1); 930 $recalculate = $this->tbsqrt($tableheight / $fullpage, 1); 934 …if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $remainingpage, 1)) <= $this->mpdf->shrin… 935 $recalculate = $this->tbsqrt($tableheight / $remainingpage, 1); 1053 $recalculate = $this->tbsqrt($maxrowheight / $fullpage, $iteration); 1057 …if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $remainingpage, $iteration)) <= $this->mp… [all …]
|