Searched refs:wbmp (Results 1 – 20 of 20) sorted by relevance
/PHP-7.0/ext/gd/libgd/ |
H A D | wbmp.c | 115 Wbmp *wbmp; in createwbmp() local 120 gdFree(wbmp); in createwbmp() 124 gdFree(wbmp); in createwbmp() 139 return (wbmp); in createwbmp() 154 Wbmp *wbmp; in readwbmp() local 188 printf ("W: %d, H: %d\n", wbmp->width, wbmp->height); in readwbmp() 192 overflow2(sizeof (int) * wbmp->width, wbmp->height)) in readwbmp() 198 …if ((wbmp->bitmap = (int *) safe_emalloc((size_t)wbmp->width * wbmp->height, sizeof(int), 0)) == N… in readwbmp() 300 gdFree (wbmp); in freewbmp() 317 if (wbmp->bitmap[wbmp->width * row + col] == WBMP_BLACK) in printwbmp() [all …]
|
H A D | gd_wbmp.c | 97 Wbmp *wbmp; in gdImageWBMPCtx() local 109 wbmp->bitmap[pos] = WBMP_BLACK; in gdImageWBMPCtx() 116 if (writewbmp (wbmp, &gd_putout, out)) { in gdImageWBMPCtx() 120 freewbmp(wbmp); in gdImageWBMPCtx() 130 Wbmp *wbmp; in gdImageCreateFromWBMPCtx() local 135 if (readwbmp (&gd_getin, infile, &wbmp)) { in gdImageCreateFromWBMPCtx() 139 if (!(im = gdImageCreate (wbmp->width, wbmp->height))) { in gdImageCreateFromWBMPCtx() 140 freewbmp (wbmp); in gdImageCreateFromWBMPCtx() 151 for (row = 0; row < wbmp->height; row++) { in gdImageCreateFromWBMPCtx() 152 for (col = 0; col < wbmp->width; col++) { in gdImageCreateFromWBMPCtx() [all …]
|
H A D | wbmp.h | 47 int readwbmp( int (*getin)(void *in), void *in, Wbmp **wbmp ); 48 int writewbmp( Wbmp *wbmp, void (*putout)( int c, void *out), void *out); 49 void freewbmp( Wbmp *wbmp ); 50 void printwbmp( Wbmp *wbmp );
|
/PHP-7.0/ext/standard/tests/image/ |
H A D | getimagesize_wbmp.phpt | 2 GetImageSize() for wbmp format 6 die("skip wbmp file format is not available"); 17 echo "*** Testing getimagesize() : wbmp format ***\n"; 18 var_dump(getimagesize(dirname(__FILE__) . "/75x50.wbmp", $arr)); 24 *** Testing getimagesize() : wbmp format *** 35 string(18) "image/vnd.wap.wbmp"
|
H A D | bug70052.phpt | 5 var_dump(getimagesize(__DIR__ . '/bug70052_1.wbmp')); 6 var_dump(getimagesize(__DIR__ . '/bug70052_2.wbmp')); 20 string(18) "image/vnd.wap.wbmp"
|
H A D | image_type_to_mime_type_basic.phpt | 59 string(18) "image/vnd.wap.wbmp"
|
H A D | image_type_to_mime_type_variation3.phpt | 69 string\(18\) "image\/vnd.wap.wbmp"
|
/PHP-7.0/ext/gd/tests/ |
H A D | createfromwbmp.phpt | 9 $file = dirname(__FILE__) . '/src.wbmp'; 12 echo 'test create from wbmp: '; 17 test create from wbmp: ok
|
H A D | imagewbmp.phpt | 9 $file = dirname(__FILE__) . '/im.wbmp'; 17 echo 'test create wbmp: '; 30 test create wbmp: ok
|
H A D | createfromwbmp2_extern.phpt | 2 imagecreatefromwbmp with invalid wbmp 10 $filename = dirname(__FILE__) . '/_tmp.wbmp'; 47 Warning: imagecreatefromwbmp(): '%s_tmp.wbmp' is not a valid WBMP file in %s on line %d
|
H A D | png2wbmp_error2.phpt | 17 $file = dirname(__FILE__) .'/simpletext.wbmp'; 30 unlink(dirname(__FILE__) .'/simpletext.wbmp');
|
H A D | jpeg2wbmp_error2.phpt | 17 $file = dirname(__FILE__) .'/simpletext.wbmp'; 30 unlink(dirname(__FILE__) .'/simpletext.wbmp');
|
H A D | png2wbmp_error1.phpt | 23 $file2 = dirname(__FILE__) .'/simpletext.wbmp'; 41 unlink(dirname(__FILE__) .'/simpletext.wbmp');
|
H A D | jpeg2wbmp_error1.phpt | 23 $file2 = dirname(__FILE__) .'/simpletext.wbmp'; 41 unlink(dirname(__FILE__) .'/simpletext.wbmp');
|
H A D | createfromwbmp2.phpt | 2 imagecreatefromwbmp with invalid wbmp 10 $filename = dirname(__FILE__) . '/_tmp.wbmp';
|
H A D | types.phpt | 24 echo "wbmp failed\n";
|
H A D | colorat.phpt | 9 $file = dirname(__FILE__) . '/im.wbmp';
|
H A D | imagewbmp_nullbyte_injection.phpt | 12 print 'skip wbmp support not available';
|
/PHP-7.0/ext/gd/ |
H A D | config.w32 | 42 gdtables.c gd_topal.c gd_wbmp.c gdxpm.c wbmp.c xbm.c gd_security.c gd_transform.c \
|
H A D | config.m4 | 267 libgd/gdcache.c libgd/gdkanji.c libgd/wbmp.c libgd/gd_wbmp.c libgd/gdhelpers.c \
|
Completed in 32 milliseconds