Searched refs:imagewidth (Results 1 – 2 of 2) sorted by relevance
/plugin/patchpanel/ |
H A D | syntax.php | 105 function ethernet_svg($row, $position, $port, $item, $opt, $imagewidth, $imageheight) { argument 126 $iRatio = $imagewidth / $imageheight; 127 $iWidth = $imagewidth / 17; 224 $imagewidth = 80+$portsPerRow*43+$groups*10+60; 232 $renderer->doc .= "<div style='height:" . $imagewidth . "px; width:" . $imageheight . "px;'>"; 233 …height="'.$imagewidth.'px" viewbox="0 0 '.$imageheight.' '.$imagewidth.'" style="line-height:0px;w… 237 $renderer->doc .= "<div style='height:" . $imageheight . "px; width:" . $imagewidth . "px;'>"; 238 …width="'.$imagewidth.'px" height="'.$imageheight.'px" viewbox="0 0 '.$imagewidth.' '.$imageheight.… 253 …$renderer->doc .= '<rect fill="#fff" x="' . ($imagewidth-20-30) . '" y="20" width="30" height="17.… 280 …doc .= $this->ethernet_svg($row, $position, $port, $items[$port], $opt, $imagewidth, $imageheight); [all …]
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.bmp.php | 700 $imagewidth = $BMPdata['header']['raw']['width']; 705 $gd = @imagecreatetruecolor($imagewidth, $imageheight); 709 $gd = @imagecreate($imagewidth, $imageheight);
|