Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php475 …public function Frame(&$gdimg, $frame_width, $edge_width, $hexcolor_frame, $hexcolor1, $hexcolor2)… argument
477 $edge_width = ($edge_width ? $edge_width : 1);
485 for ($i = 0; $i < $edge_width; $i++) {
494 …imagerectangle($gdimg, $edge_width + $i, $edge_width + $i, imagesx($gdimg) - $edge_width - $i, ima…
496 for ($i = 0; $i < $edge_width; $i++) {
498edge_width + $i, $frame_width + $edge_width + $i, $frame_width…
499edge_width + $i, $frame_width + $edge_width + $i, imagesx($gdimg) - $frame_width…
500edge_width - $i, imagesy($gdimg) - $frame_width - $edge_width - $i, imagesx($gdimg) - $frame_width…
501edge_width - $i, imagesy($gdimg) - $frame_width - $edge_width - $i, $frame_width…
H A Dphpthumb.class.php2925 … @list($frame_width, $edge_width, $color_frame, $color1, $color2) = explode('|', $parameter, 5);
2926 …$phpthumbFilters->Frame($this->gdimg_output, $frame_width, $edge_width, $color_frame, $color1, $co…