Lines Matching refs:imageheight
105 function ethernet_svg($row, $position, $port, $item, $opt, $imagewidth, $imageheight) { argument
126 $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…
254 …$renderer->doc .= '<rect fill="#fff" x="20" y="'. ($imageheight-20-17.6) .'" width="30" height="17…
255 …$renderer->doc .= '<rect fill="#fff" x="' . ($imagewidth-20-30) . '" y="' . ($imageheight-20-17.6)…
257 …t transform="rotate(-90 70,' . $imageheight/2 . ') " text-anchor="middle" font-size="12" fill="#ff…
280 …doc .= $this->ethernet_svg($row, $position, $port, $items[$port], $opt, $imagewidth, $imageheight);
302 …doc .= $this->ethernet_svg($row, $position, $port, $items[$port], $opt, $imagewidth, $imageheight);