Lines Matching refs:sizey
681 $sizey = $this->dgm['gridv'];
687 if ($widthdefined && $sizex != $sizey)
689 if ($sizex > $sizey)
691 $size = $sizey;
697 if ($sizey > $sizex)
700 if ($this->dgm['edge_bottom']) $offset_y = $size-$sizey;
701 elseif (!$this->dgm['edge_top']) $offset_y = ($size-$sizey)/2;
705 $size = max($sizex, $sizey, $this->dgm['board_size']);
710 if ($this->dgm['edge_bottom']) $offset_y = $size-$sizey;
711 elseif (!$this->dgm['edge_top']) $offset_y = ($size-$sizey)/2;
724 $sizey = $this->dgm['gridv'];
752 for ($ypos=0; $ypos<$sizey; $ypos++) {