Searched refs:border_width (Results 1 – 4 of 4) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.border.inc.php | 87 $border_width = $width_handler->parse($subvalue); 88 $width_handler->set_value($border, $border_width);
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 683 public function ImageBorder(&$gdimg, $border_width, $radius_x, $radius_y, $hexcolor_border) { argument 684 $border_width = ($border_width ? $border_width : 1); 691 …width, $output_height, $output_width - max($border_width * 2, $radius_x), $output_height - max($bo… 703 for ($i = 0; $i < $border_width; $i++) { 718 for ($thickness_offset = 0; $thickness_offset < $border_width; $thickness_offset++) { 724 if ($border_width > 1) { 725 for ($thickness_offset = 0; $thickness_offset < $border_width; $thickness_offset++) {
|
H A D | phpthumb.class.php | 2997 @list($border_width, $radius_x, $radius_y, $hexcolor_border) = explode('|', $parameter, 4); 2999 …$phpthumbFilters->ImageBorder($this->gdimg_output, $border_width, $radius_x, $radius_y, $hexcolor_…
|
/plugin/scrape/ |
H A D | HTMLPurifier.standalone.php |
|