Searched refs:keep_table_proportions (Results 1 – 3 of 3) sorted by relevance
478 …df->tableLevel > 1 && !$this->mpdf->ignore_table_percents && $this->mpdf->keep_table_proportions) {485 if (!$this->mpdf->keep_table_proportions) {
317 minimum cell width(s) as long as $keep_table_proportions = true
145 var $keep_table_proportions; variable in Mpdf\\Mpdf19895 … if (($miwnon > $checkminwidth || $maxcalcmiw > $checkminwidth) && $this->keep_table_proportions) {19983 } elseif ($table['w'] >= $checkminwidth && $table['w'] > $mxw && $this->keep_table_proportions) {19985 …} elseif ($table['w'] < $checkminwidth && $checkminwidth < $mxw && $this->keep_table_proportions) {20101 …|| ($widthcols[$i]['w'] && $table['w'] > $temppgwidth && !$this->keep_table_proportions && !$notfu…20117 if ($table['w'] < $temppgwidth || $this->keep_table_proportions) {20234 if (isset($widthcols[$i]['wpercent']) && $this->keep_table_proportions) {