Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.php78 $minw = max($minw, $item->get_min_width_natural($context));
H A Dbox.generic.php446 function get_min_width_natural($context) { function in GenericBox
H A Dbox.container.php547 function get_min_width_natural(&$context) { function in GenericContainerBox
583 $this->content[$start_index]->get_min_width_natural($context);
H A Dbox.text.php181 function get_min_width_natural(&$context) { function in TextBox
H A Dbox.table.php679 function get_min_width_natural(&$context) { function in TableBox