Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.fixed.php11 $cwc =& $table->get_cwc($i);
12 $widths[] = $cwc->apply(0, $table->parent->get_width());
H A Dbox.table.php14 var $cwc; variable in TableBox
21 $this->cwc = array();
221 if (!isset($this->cwc[$i])) {
222 $this->cwc[$i] = new WCNone;
237 $this->cwc[$i] = merge_width_constraint($this->cwc[$i], $cell->get_css_property(CSS_WIDTH));
250 $wc =& $this->cwc[$i];
615 return $this->cwc[$col];
668 $cwc = $this->get_cwc($i);
702 $cwc = $this->get_cwc($i);
841 $cwc = $this->get_cwc($i);
[all …]
H A Dstrategy.table.layout.auto.php86 $cwc = $table->get_cwc($i);
95 $minwc[$i] = max($minw[$i], $cwc->apply($minw[$i]-$extra, $table_width) + $extra);
96 $maxwc[$i] = max($minw[$i], $cwc->apply($maxw[$i]-$extra, $table_width) + $extra);