Searched refs:imageheight (Results 1 – 2 of 2) sorted by relevance
105 function ethernet_svg($row, $position, $port, $item, $opt, $imagewidth, $imageheight) { argument126 $iRatio = $imagewidth / $imageheight;128 $iHeight = $imageheight / 2.85;225 $imageheight = 20+$opt['rows']*66;232 $renderer->doc .= "<div style='height:" . $imagewidth . "px; width:" . $imageheight . "px;'>";233 …idth="'.$imageheight.'px" height="'.$imagewidth.'px" viewbox="0 0 '.$imageheight.' '.$imagewidth.'…235 '<g transform="rotate(90 0 '.$imageheight.') translate(-'.$imageheight.' 0)">';237 $renderer->doc .= "<div style='height:" . $imageheight . "px; width:" . $imagewidth . "px;'>";238 …eight="'.$imageheight.'px" viewbox="0 0 '.$imagewidth.' '.$imageheight.'" style="line-height:0px;w…245 …$renderer->doc .= '<rect stroke-width="5" fill="#808080" height="'.$imageheight.'px" width="'.$im…[all …]
701 $imageheight = $BMPdata['header']['raw']['height'];705 $gd = @imagecreatetruecolor($imagewidth, $imageheight);709 $gd = @imagecreate($imagewidth, $imageheight);