Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php1112 …', $opacity=100, $margin=5, $angle=0, $bg_color=false, $bg_opacity=0, $fillextend='', $lineheight=… argument
1253 $x_TL = false !== stripos($fillextend, 'x') ? 0 : min($x1, $x2);
1254 $y_TL = false !== stripos($fillextend, 'y') ? 0 : min($y1, $y2);
1255 $x_BR = false !== stripos($fillextend, 'x') ? imagesx($gdimg) : max($x1, $x2);
1256 $y_BR = false !== stripos($fillextend, 'y') ? imagesy($gdimg) : max($y1, $y2);
H A Dphpthumb.class.php3130 …x_color, $ttffont, $opacity, $margin, $angle, $bg_color, $bg_opacity, $fillextend, $lineheight) = …
3141 $fillextend = ($fillextend ? $fillextend : '');
3149 …$hex_color, $ttffont, $opacity, $margin, $angle, $bg_color, $bg_opacity, $fillextend, $lineheight);