Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.max.natural.php41 $this->add_width($child->get_max_width_natural($context, $this->_limit));
49 $delta = $child->get_max_width_natural($context, $this->_limit);
55 $this->_cmaxw = $child->get_max_width_natural($context, $this->_limit);
H A Dbox.radiobutton.php69 function get_max_width_natural(&$context) { function in RadioBox
H A Dbox.img.php13 function get_max_width_natural(&$context) { function in GenericImgBox
H A Dbox.container.php618 function get_max_width_natural(&$context, $limit=10E6) { function in GenericContainerBox
934 $this->put_full_width($this->get_max_width_natural($context, $this->parent->get_width()));
H A Dbox.inline.php480 function get_max_width_natural(&$context, $limit=10E6) { function in InlineBox
H A Dbox.generic.formatted.php481 function get_max_width_natural(&$context) { function in GenericFormattedBox
H A Dbox.table.php713 function get_max_width_natural(&$context) { function in TableBox