Home
last modified time | relevance | path

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

/plugin/snap/
Dsyntax.php.ori67 $imFactor=4/3;
72 $defHaut=round($defLarg/$imFactor,0);
77 $maxHaut=round($maxLarg/$imFactor,0);
131 else if (!$larg) $larg=round($haut*$imFactor,0);
132 else if (!$haut) $haut=round($larg/$imFactor,0);
Dhelper.php35 var $imFactor=1.333333333333333333333; //4/3 variable in helper_plugin_snap
183 else if (!$larg) $larg=round($haut*$this->imFactor,0);
184 else if (!$haut) $haut=round($larg/$this->imFactor,0);