Searched refs:gdImageCreate (Results 1 – 18 of 18) sorted by relevance
/PHP-5.4/ext/gd/tests/ |
H A D | libgd00094.phpt | 2 libgd #94 (imagecreatefromxbm can crash if gdImageCreate fails)
|
H A D | libgd00101.phpt | 2 libgd #101 (imagecreatefromgd can crash if gdImageCreate fails)
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_wbmp.c | 139 if (!(im = gdImageCreate (wbmp->width, wbmp->height))) { in gdImageCreateFromWBMPCtx()
|
H A D | gdtestft.c | 71 im = gdImageCreate (500, 500); in main()
|
H A D | gdxpm.c | 41 if (!(im = gdImageCreate(image.width, image.height))) { in gdImageCreateFromXpm()
|
H A D | xbm.c | 99 if(!(im = gdImageCreate(width, height))) { in gdImageCreateFromXbm()
|
H A D | gd_gd.c | 126 im = gdImageCreate(*sx, *sy); in _gdCreateFromFile()
|
H A D | gd.h | 233 gdImagePtr gdImageCreate(int sx, int sy); 236 #define gdImageCreatePalette gdImageCreate
|
H A D | gdtest.c | 244 im3 = gdImageCreate (100, 60); in main()
|
H A D | gd_gd2.c | 177 im = gdImageCreate(*sx, *sy); in _gd2CreateFromFile() 451 im = gdImageCreate(w, h); in gdImageCreateFromGd2PartCtx()
|
H A D | gd_gif_in.c | 230 if (!(im = gdImageCreate(width, height))) { in gdImageCreateFromGifCtx()
|
H A D | gd_png.c | 197 im = gdImageCreate((int) width, (int) height); in gdImageCreateFromPngCtx()
|
H A D | gd_arc_f_buggy.c | 704 gdImagePtr im = gdImageCreate (WIDTH, HEIGHT);
|
H A D | gd_topal.c | 1791 nim = gdImageCreate(oim->sx, oim->sy);
|
H A D | gd.c | 123 gdImagePtr gdImageCreate (int sx, int sy) in gdImageCreate() function
|
/PHP-5.4/main/ |
H A D | php_compat.h | 227 #define gdImageCreate php_gd_gdImageCreate macro
|
/PHP-5.4/ext/gd/ |
H A D | config.m4 | 450 PHP_CHECK_LIBRARY(gd, gdImageCreate, [], [
|
H A D | gd.c | 2218 im = gdImageCreate(x_size, y_size); in PHP_FUNCTION() 4538 im_dest = gdImageCreate(dest_width, dest_height); in _php_image_bw_convert() 4710 im_tmp = gdImageCreate (dest_width, dest_height); in _php_image_convert() 4722 im_dest = gdImageCreate(dest_width, dest_height); in _php_image_convert()
|
Completed in 75 milliseconds