Searched refs:shrin_k (Results 1 – 2 of 2) sorted by relevance
670 $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 shrink918 …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 …]
653 var $shrin_k; // factor with which to shrink tables - used internally - do not change variable in Mpdf\\Mpdf1271 $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_k5287 $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 …]