Home
last modified time | relevance | path

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

/plugin/godiag/
H A Dsyntax.php272 $dimv=($this->dgm['gridv']-1)*$this->style['line_sp']+$this->style['edge_sp']*2+1;
275 $dimv += $this->style['coord_sp'];
323 $draw_result = $this->save_diagram($dimh, $dimv, $filename_png);
343 'height' => $dimv,
522 function save_diagram($dimh, $dimv, $filename_png) { argument
523 $im = imagecreatetruecolor($dimh, $dimv);
566 …$endv=$dimv - ($this->dgm['edge_bottom'] ? $this->style['edge_sp'] : $this->style['line_begin']) -…