Home
last modified time | relevance | path

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

/plugin/patchpanel/
H A Dsyntax.php105 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…
254 …$renderer->doc .= '<rect fill="#fff" x="20" y="'. ($imageheight-20-17.6) .'" width="30" height="17…
[all …]
/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php701 $imageheight = $BMPdata['header']['raw']['height'];
705 $gd = @imagecreatetruecolor($imagewidth, $imageheight);
709 $gd = @imagecreate($imagewidth, $imageheight);