Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTable.php670 $this->mpdf->shrin_k = 1;
781 $this->mpdf->shrin_k = $check;
783 $this->mpdf->default_font_size /= $this->mpdf->shrin_k;
786 $this->mpdf->shrinkTable($this->mpdf->table[1][1], $this->mpdf->shrin_k);
793 $this->mpdf->shrinkTable($this->mpdf->table[$lvl][$nid], $this->mpdf->shrin_k);
901 …if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $remainingpage, 1)) <= $this->mpdf->shrin…
911 $recalculate = (1 / $this->mpdf->shrin_k) + 0.001; // undo any shrink
918 …if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $fullpage, 1)) <= $this->mpdf->shrink_thi…
934 …if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $remainingpage, 1)) <= $this->mpdf->shrin…
966 $this->mpdf->shrin_k *= $recalculate;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php653 var $shrin_k; // factor with which to shrink tables - used internally - do not change variable in Mpdf\\Mpdf
1271 $this->shrin_k = 1.0;
5227 if ($this->shrin_k > 1) {
5228 $shrin_k = $this->shrin_k;
5230 $shrin_k = 1;
5245 …xtparam['u-decoration']['fontsize']) ? $this->textparam['u-decoration']['fontsize'] / $shrin_k : 0;
5261 ? $glyphYorigin - $this->textparam['u-decoration']['baseline'] / $shrin_k
5287 $decorationfontsize = $this->textparam['s-decoration']['fontsize'] / $shrin_k;
5313 $sbaseline = $glyphYorigin - $this->textparam['s-decoration']['baseline'] / $shrin_k;
5336 $decorationfontkey = (int) (((float) $this->textparam['o-decoration']['fontkey']) / $shrin_k);
[all …]