Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.auto.php12 function use_colspans(&$table, $widths, &$context, $width_fun, $minwc, $maxwc) { function in StrategyTableLayoutAuto
72 $minw = $this->use_colspans($table, $minw, $context, 'get_min_width', $minw, $maxw);
73 $maxw = $this->use_colspans($table, $maxw, $context, 'get_max_width', $minw, $maxw);