Searched refs:frame_width (Results 1 – 3 of 3) 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 476 $frame_width = ($frame_width ? $frame_width : 5); 492 for ($i = 0; $i < $frame_width; $i++) { 498 …frame_width + $edge_width + $i, $frame_width + $edge_width + $i, … 499 …frame_width + $edge_width + $i, $frame_width + $edge_width + $i, imagesx($gdimg)… 500 …frame_width - $edge_width - $i, imagesy($gdimg) - $frame_width - $edge_width - $i, imagesx($gdimg)… 501 …frame_width - $edge_width - $i, imagesy($gdimg) - $frame_width - $edge_width - $i, …
|
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…
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | structure.txt | 2051 ['frame_width']=>integer() // 2086 ['frame_width']=>integer() //
|