Home
last modified time | relevance | path

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

/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php514 $imgFin = $this->helper->alignment2($imgLeft, $baseSymbol + $height2, $imgExp, $baseExp);
899 $this->image = $this->helper->alignment2($imgFin, $baseLim, $imgExp, $baseExp);
H A DHelper.php787 public function alignment2($image1, $base1, $image2, $base2) function in RL\\PhpMathPublisher\\Helper