Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php896 $recalculate = $this->tbsqrt($maxrowheight / $fullpage, 1);
901 if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $remainingpage, 1)) <= $this->mpdf->shrink_this_table_to_fit) {
902 $recalculate = $this->tbsqrt($tableheight / $remainingpage, 1);
918 if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $fullpage, 1)) <= $this->mpdf->shrink_this_table_to_fit) {
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->shrink_this_table_to_fit) {
935 $recalculate = $this->tbsqrt($tableheight / $remainingpage, 1);
1053 $recalculate = $this->tbsqrt($maxrowheight / $fullpage, $iteration);
1057 if (($this->mpdf->shrin_k * $this->tbsqrt(
1247 private function tbsqrt($val, $iteration = 3) global() function in Mpdf\\Tag\\Table
[all...]