Searched refs:bg (Results 1 – 11 of 11) sorted by relevance
/PHP-5.6/ext/gd/tests/ |
H A D | imagecolourstotal_basic.phpt | 27 $bg = imagecolorallocate( $img, 255, 255, 255 ); 29 $bg = imagecolorallocate( $img, 255, 0, 0 ); 30 $bg = imagecolorallocate( $img, 0, 0, 255 ); 37 $bg = imagecolorallocate( $img, 255, 255, 255 );
|
H A D | imagecolorset_basic.phpt | 21 $bg = imagecolorat($im, 0, 0); 24 imagecolorset($im, $bg, 0, 0, 255);
|
H A D | imagepolygon_basic.phpt | 26 $bg = imagecolorallocate($image, 0, 0, 0);
|
H A D | imagedashedline_basic.phpt | 27 $bg = imagecolorallocate($image, 0, 0, 0);
|
H A D | imagefilledpolygon_basic.phpt | 34 $bg = imagecolorallocate($image, 0, 0, 0);
|
H A D | imagecopyresampled_basic.phpt | 26 $bg = imagecolorallocate($image_lge, 0, 0, 0);
|
/PHP-5.6/ext/standard/ |
H A D | info.h | 78 PHPAPI void php_info_print_box_start(int bg);
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gdft.c | 580 int pixel, npixel, bg, fg; local 585 bg = a->bgcolor = b->bgcolor; 594 a->tweencolor = bg; 612 (pixel * im->red[fg] + npixel * im->red[bg]) / NUMCOLORS, 613 (pixel * im->green[fg] + npixel * im->green[bg]) / NUMCOLORS, 614 (pixel * im->blue[fg] + npixel * im->blue[bg]) / NUMCOLORS);
|
/PHP-5.6/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 137 0x6E: bg==
|
/PHP-5.6/ |
H A D | NEWS | 4710 . highlight.bg php.ini option. (Kalle) 10044 (Ilia, ce at netage dot bg)
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 7803 #>0x460 lelong &0x0000010 (meta bg) 7807 #>0x460 lelong &0x0000200 (flex bg)
|
Completed in 82 milliseconds