Searched refs:edge_width (Results 1 – 2 of 2) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 475 …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++) { 498 …edge_width + $i, $frame_width + $edge_width + $i, $frame_width… 499 …edge_width + $i, $frame_width + $edge_width + $i, imagesx($gdimg) - $frame_width… 500 …edge_width - $i, imagesy($gdimg) - $frame_width - $edge_width - $i, imagesx($gdimg) - $frame_width… 501 …edge_width - $i, imagesy($gdimg) - $frame_width - $edge_width - $i, $frame_width…
|
H A D | phpthumb.class.php | 2925 … @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…
|