Home
last modified time | relevance | path

Searched refs:_cmaxw (Results 1 – 4 of 4) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.max.natural.php6 var $_cmaxw; variable in StrategyWidthMaxNatural
13 if ($this->_cmaxw + $delta > $this->_limit) {
16 $this->_cmaxw += $delta;
20 $this->_maxw = max($this->_maxw, $this->_cmaxw);
21 $this->_cmaxw = 0;
29 $this->_cmaxw = $text_indent->calculate($box);
54 $this->_maxw = max($this->_maxw, $this->_cmaxw);
55 $this->_cmaxw = $child->get_max_width_natural($context, $this->_limit);
64 $this->_cmaxw = max($this->_cmaxw,
68 $this->_cmaxw = max($this->_cmaxw,
[all …]
H A Dstrategy.width.max.php6 var $_cmaxw; variable in StrategyWidthMax
13 if ($this->_cmaxw + $delta > $this->_limit) {
16 $this->_cmaxw += $delta;
20 $this->_maxw = max($this->_maxw, $this->_cmaxw);
21 $this->_cmaxw = 0;
29 $this->_cmaxw = $text_indent->calculate($box);
50 $this->_cmaxw = max($this->_cmaxw,
H A Dstrategy.width.min.nowrap.php5 var $_cmaxw; variable in StrategyWidthMinNowrap
11 $this->_cmaxw += $delta;
15 $this->_maxw = max($this->_maxw, $this->_cmaxw);
16 $this->_cmaxw = 0;
H A Dstrategy.width.min.php5 var $_cmaxw; variable in StrategyWidthMin
11 $this->_cmaxw += $delta;
15 $this->_maxw = max($this->_maxw, $this->_cmaxw);
16 $this->_cmaxw = 0;