Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php46 private $max_y; variable in phpseclib3\\File\\ANSI
194 $this->max_y = $y - 1;
198 $this->screen = array_fill(0, $this->max_y + 1, '');
199 $this->attrs = array_fill(0, $this->max_y + 1, $this->attr_row);
222 $this->setDimensions($this->max_x + 1, $this->max_y + 1);
262 … $this->screen = array_merge($this->screen, array_fill($this->y, $this->max_y, ''));
265 … $this->attrs = array_merge($this->attrs, array_fill($this->y, $this->max_y, $this->attr_row));
444 while ($this->y >= $this->max_y) {
531 for ($i = 0; $i <= $this->max_y; $i++) {
/plugin/register/
H A Dregister.php94 public function im($max_x = 1, $max_y = 1) argument
97 $im = imagecreatetruecolor($max_x, $max_y);
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php1164 $max_y = max($TTFbox[1], $TTFbox[3], $TTFbox[5], $TTFbox[7]);
1166 $text_height = round($max_y - $min_y);