Home
last modified time | relevance | path

Searched refs:DST (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php31 $DST = imagecreatetruecolor(30,$cnt*45*2); variable
32 imagesavealpha($DST, true);
33 $C_trans = imagecolorallocatealpha($DST, 0, 0, 0, 127);
34 imagefill($DST, 0, 0, $C_trans);
39 $C_active = imagecolorallocate($DST, $COLOR['r'],$COLOR['g'],$COLOR['b']);
48 imagecopy($DST,$IN, 0,$base, 0,0, 30,30);
54 imagecopy($DST,$IN, 0,$base+45, 0,0, 30,30);
57 imagelayereffect($DST, IMG_EFFECT_OVERLAY);
58 imagefilledrectangle($DST, 0,$base+45, 30,$base+45+30, $C_active);
59 imagelayereffect($DST, IMG_EFFECT_NORMA
[all...]