Home
last modified time | relevance | path

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

/plugin/mathpublish/phpmathpublisher/
DMathExpression.php172 $this->verticalBased = $this->nodes[0]->verticalBased;
285 $base[$i] = $this->nodes[$i]->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;
364 $this->verticalBased = $height2 / 2 + $base1;
372 $this->verticalBased = $height2 - $base1 + $height1 / 2;
389 $base1 = $this->nodes[0]->verticalBased;
399 $this->verticalBased = $base1;
[all …]
DExpression.php30 public $verticalBased; variable in RL\\PhpMathPublisher\\Expression
DTextExpression.php43 $this->verticalBased = imagesy($this->image) / 2;
DPhpMathPublisher.php117 $v = 1000 - imagesy($formula->image) + $formula->verticalBased + 3;