Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.auto.php100 $minwc = $table->_table_apply_colspans($minwc, $context, 'get_min_width', $minwc, $maxwc);
108 $maxwc = $table->_table_apply_colspans($maxwc, $context, 'get_max_width', $minwc, $maxwc);
H A Dbox.table.php652 $widths = $this->_table_apply_colspans($widths, $context, 'get_min_width', $widths, $maxw);
692 $widths = $this->_table_apply_colspans($widths, $context, 'get_max_width', $minwc, $widths);
757 function _table_apply_colspans($widths, &$context, $width_fun, $minwc, $maxwc) { function in TableBox
986 …$col_width = $this->_table_apply_colspans($col_width, $context, 'get_min_width', $col_width, $maxw…
1016 …$col_width = $this->_table_apply_colspans($col_width, $context, 'get_min_width', $col_width, $maxw…