Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.min.php38 $min_width = $box->get_min_nowrap_width($context);
H A Dbox.table.cell.php52 $min_width = $this->get_min_nowrap_width($context);
H A Dbox.container.php566 $min_width = $this->get_min_nowrap_width($context);
610 function get_min_nowrap_width(&$context) { function in GenericContainerBox