Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.min.php27 $min_width = $box->_get_hor_extra();
74 …wc->apply($minw, $containing_block['right'] - $containing_block['left'])) + $box->_get_hor_extra();
H A Dstrategy.width.min.nowrap.php48 …rn max($this->_maxw, $wc->apply($this->_maxw, $box->parent->get_width())) + $box->_get_hor_extra();
H A Dbox.input.textarea.php45 return $normal_width - $this->_get_hor_extra();
H A Dstrategy.width.max.php75 return $this->_maxw + $box->_get_hor_extra();
H A Dbox.inline.control.php16 $this->_get_hor_extra();
H A Dstrategy.width.absolute.positioned.php61 $box->_get_hor_extra();
H A Dstrategy.width.max.natural.php83 return $this->_maxw + $box->_get_hor_extra();
H A Dbox.table.cell.php40 $min_width = $this->_get_hor_extra();
87 $wc->apply($minw, $this->parent->get_width())) + $this->_get_hor_extra();
H A Dlayout.default.class.php23 $box->_get_hor_extra();
H A Dbox.generic.formatted.php456 function _get_hor_extra() { function in GenericFormattedBox
469 return $this->get_max_width($context) - $this->_get_hor_extra();
486 return $this->get_width() + $this->_get_hor_extra();
491 $this->width = $value - $this->_get_hor_extra();
H A Dbox.table.php672 $this->parent->get_available_width($context) - $this->_get_hor_extra()));
676 return $width + $this->_get_hor_extra();
706 $this->parent->get_available_width($context) - $this->_get_hor_extra()));
709 return $width + $this->_get_hor_extra();
1247 $cell->_get_hor_extra()));
H A Dbox.inline.php459 return $this->_get_hor_extra();
473 … $min_width = max($minw, $wc->apply($minw, $this->parent->get_width())) + $this->_get_hor_extra();
H A Dbox.frame.php60 $this->put_width($this->get_max_width($context) - $this->_get_hor_extra());
H A Dbox.container.php555 $min_width = $this->_get_hor_extra();