Home
last modified time | relevance | path

Searched refs:gd (Results 376 – 391 of 391) sorted by relevance

1...<<111213141516

/PHP-7.2/
H A DMakefile.gcov59 …for dir in ext/bcmath/libbcmath ext/date/lib ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/libmb…
H A DEXTENSIONS294 EXTENSION: gd
H A DUPGRADING312 . Removed --enable-gd-native-ttf configuration option which was unused as
H A Dphp.ini-development1708 [gd]
1710 ; a gd image. The warning will then be displayed as notices
1712 ; http://php.net/gd.jpeg-ignore-warning
1713 ;gd.jpeg_ignore_warning = 1
H A Dphp.ini-production1710 [gd]
1712 ; a gd image. The warning will then be displayed as notices
1714 ; http://php.net/gd.jpeg-ignore-warning
1715 ;gd.jpeg_ignore_warning = 1
H A DREADME.REDIST.BINS17 17. libgd see ext/gd/libgd/COPYING
H A DINSTALL726 * The OpenBSD 3.6 package for the » gd extension requires XFree86 to
728 that require X11, install the php4-gd-4.3.8-no_x11.tgz package
H A DNEWS1478 . Fixed bug #74744 (gd.h: stdarg.h include missing for va_list use in
/PHP-7.2/ext/gd/tests/
H A Dcolorclosest.phpt5 if (!function_exists('imagecolorclosest')) die("skip gd extension not available\n");
H A Dcopyresized.phpt5 if (!function_exists('imagecopyresized')) die("skip gd extension not available\n");
H A Dlines.phpt5 if (!function_exists('imageline')) die("skip gd extension not available\n");
H A Dcopy.phpt5 if (!function_exists('imagecopy')) die("skip gd extension not available\n");
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja755 gd-1.3-6, gd-devel-1.3-6, freetype-1.3.1-5, freetype-devel-1.3.1-5
760 gd-1.7.3-1k1, gd-devel-1.7.3-1k1, freetype-1.3.1-5, freetype-devel-1.3.1-5
765 For any gd libraries before 1.6.2, you need to use i18n_convert. For
766 gd-1.5.2/3, upgrade to anything above 1.7 to use ImageTTFText without
/PHP-7.2/ext/gd/libgd/
H A Dgd.c309 long rd, gd, bd, ad; in gdImageColorClosestAlpha() local
323 gd = im->green[i] - g; in gdImageColorClosestAlpha()
327 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha()
574 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local
595 gd = (long) (im->green[c] - g); in gdImageColorResolveAlpha()
598 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorResolveAlpha()
/PHP-7.2/ext/gd/
H A Dgd.c1023 PHP_MINIT(gd),
1027 PHP_RSHUTDOWN(gd),
1031 PHP_MINFO(gd),
1037 ZEND_GET_MODULE(gd)
1093 PHP_MINIT_FUNCTION(gd) in PHP_MINIT_FUNCTION() argument
1234 PHP_RSHUTDOWN_FUNCTION(gd) in PHP_RSHUTDOWN_FUNCTION() argument
1250 PHP_MINFO_FUNCTION(gd) in PHP_MINFO_FUNCTION() argument
/PHP-7.2/ext/pcre/tests/
H A Dpreg_match_error4.phpt819 "heroku-sys\\/ext-gd": "*",

Completed in 70 milliseconds

1...<<111213141516