Searched refs:_get_hor_extra (Results 1 – 14 of 14) sorted by relevance
27 $min_width = $box->_get_hor_extra();74 …wc->apply($minw, $containing_block['right'] - $containing_block['left'])) + $box->_get_hor_extra();
48 …rn max($this->_maxw, $wc->apply($this->_maxw, $box->parent->get_width())) + $box->_get_hor_extra();
45 return $normal_width - $this->_get_hor_extra();
75 return $this->_maxw + $box->_get_hor_extra();
16 $this->_get_hor_extra();
61 $box->_get_hor_extra();
83 return $this->_maxw + $box->_get_hor_extra();
40 $min_width = $this->_get_hor_extra();87 $wc->apply($minw, $this->parent->get_width())) + $this->_get_hor_extra();
23 $box->_get_hor_extra();
456 function _get_hor_extra() { function in GenericFormattedBox469 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();
672 $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()));
459 return $this->_get_hor_extra(); 473 … $min_width = max($minw, $wc->apply($minw, $this->parent->get_width())) + $this->_get_hor_extra();
60 $this->put_width($this->get_max_width($context) - $this->_get_hor_extra());
555 $min_width = $this->_get_hor_extra();