Home
last modified time | relevance | path

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

/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php172 $this->verticalBased = $this->nodes[0]->verticalBased;
307 $this->verticalBased = $top;
339 $this->verticalBased = $height1 + 2;
342 imageline($result, 0, $this->verticalBased, $width, $this->verticalBased, $black);
354 $base1 = $this->nodes[0]->verticalBased;
389 $base1 = $this->nodes[0]->verticalBased;
399 $this->verticalBased = $base1;
407 $this->verticalBased = $base1;
572 $this->verticalBased = $baseExp;
816 $this->verticalBased = $baseExp + 2;
[all …]
H A DExpression.php30 public $verticalBased; variable in RL\\PhpMathPublisher\\Expression
H A DTextExpression.php43 $this->verticalBased = imagesy($this->image) / 2;
H A DPhpMathPublisher.php117 $v = 1000 - imagesy($formula->image) + $formula->verticalBased + 3;