Searched refs:gd (Results 1 - 12 of 12) sorted by relevance
| /PHP_TRUNK/ |
| H A D | makerpm | 75 --with-gd \ 93 --with-gd \ 126 - Add gd extension.
|
| /PHP_TRUNK/travis/ |
| H A D | compile.sh | 12 --with-gd \
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_arc.c | 2 # include "gd.h" 4 # include <gd.h>
|
| H A D | gd_color.c | 2 # include "gd.h" 5 # include <gd.h>
|
| H A D | gd_filter.c | 2 # include "gd.h" 4 # include <gd.h>
|
| H A D | gd_wbmp.c | 54 #include <gd.h> 89 ** image: gd image structure; 115 /* write the WBMP to a gd file descriptor */
|
| H A D | gd_crop.c | 22 #include <gd.h>
|
| H A D | gd_rotate.c | 2 # include "gd.h" 4 # include <gd.h>
|
| H A D | gd.c | 5 #include "gd.h" 138 /* Row-major ever since gd 1.3 */ 147 /* Row-major ever since gd 1.3 */ 269 long rd, gd, bd, ad; local 283 gd = im->green[i] - g; 285 /* gd 2.02: whoops, was - b (thanks to David Marwood) */ 287 dist = rd * rd + gd * gd + bd * bd + ad * ad; 435 /* long rd, gd, bd; */ 534 long rd, gd, b local [all...] |
| H A D | gd_interpolation.c | 61 #include <gd.h>
|
| /PHP_TRUNK/ext/gd/ |
| H A D | php_gd.h | 67 /* gd.c functions */ 68 PHP_MINFO_FUNCTION(gd); variable 69 PHP_MINIT_FUNCTION(gd); variable 71 PHP_MSHUTDOWN_FUNCTION(gd); variable 74 PHP_RSHUTDOWN_FUNCTION(gd); variable
|
| H A D | gd.c | 23 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, 26 /* Note that there is no code from the gd package in this file */ 71 #include <gd.h> 1034 /* gd filters */ 1044 "gd", 1046 PHP_MINIT(gd), 1048 PHP_MSHUTDOWN(gd), 1054 PHP_RSHUTDOWN(gd), 1058 PHP_MINFO(gd), 1064 ZEND_GET_MODULE(gd) [all...] |
Completed in 19 milliseconds