Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dwidth.php5 function merge_width_constraint($wc1, $wc2) { argument
7 return $wc2;
10 if ($wc1->isConstant() && !$wc2->isNull()) {
11 return $wc2;
14 if ($wc1->isFraction() && $wc2->isFraction()) {
15 return $wc2;