Home
last modified time | relevance | path

Searched refs:wbmp (Results 1 – 22 of 22) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dwbmp.c115 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
185 printf ("W: %d, H: %d\n", wbmp->width, wbmp->height); in readwbmp()
189 overflow2(sizeof (int) * wbmp->width, wbmp->height)) in readwbmp()
195 …if ((wbmp->bitmap = (int *) safe_emalloc((size_t)wbmp->width * wbmp->height, sizeof(int), 0)) == N… in readwbmp()
297 gdFree (wbmp); in freewbmp()
314 if (wbmp->bitmap[wbmp->width * row + col] == WBMP_BLACK) in printwbmp()
[all …]
H A Dgd_wbmp.c97 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 Dwbmp.h47 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-5.5/ext/standard/tests/image/
H A Dgetimagesize_wbmp.phpt2 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 Dimage_type_to_mime_type_basic.phpt59 string(18) "image/vnd.wap.wbmp"
H A Dimage_type_to_mime_type_variation3.phpt69 string\(18\) "image\/vnd.wap.wbmp"
/PHP-5.5/ext/gd/tests/
H A Dcreatefromwbmp.phpt9 $file = dirname(__FILE__) . '/src.wbmp';
12 echo 'test create from wbmp: ';
17 test create from wbmp: ok
H A Dimagewbmp.phpt9 $file = dirname(__FILE__) . '/im.wbmp';
17 echo 'test create wbmp: ';
30 test create wbmp: ok
H A Dcreatefromwbmp2_extern.phpt2 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 Djpeg2wbmp_error2.phpt17 $file = dirname(__FILE__) .'/simpletext.wbmp';
30 unlink(dirname(__FILE__) .'/simpletext.wbmp');
H A Dpng2wbmp_error2.phpt17 $file = dirname(__FILE__) .'/simpletext.wbmp';
30 unlink(dirname(__FILE__) .'/simpletext.wbmp');
H A Djpeg2wbmp_error1.phpt23 $file2 = dirname(__FILE__) .'/simpletext.wbmp';
41 unlink(dirname(__FILE__) .'/simpletext.wbmp');
H A Dpng2wbmp_error1.phpt23 $file2 = dirname(__FILE__) .'/simpletext.wbmp';
41 unlink(dirname(__FILE__) .'/simpletext.wbmp');
H A Dcreatefromwbmp2.phpt2 imagecreatefromwbmp with invalid wbmp
10 $filename = dirname(__FILE__) . '/_tmp.wbmp';
H A Dtypes.phpt24 echo "wbmp failed\n";
H A Dcolorat.phpt9 $file = dirname(__FILE__) . '/im.wbmp';
H A Dimagewbmp_nullbyte_injection.phpt12 print 'skip wbmp support not available';
/PHP-5.5/ext/gd/
H A Dconfig.w3250 gdtables.c gd_topal.c gd_wbmp.c gdxpm.c wbmp.c xbm.c gd_security.c gd_transform.c \
H A Dgd.dsp521 SOURCE=.\libgd\wbmp.c
595 SOURCE=.\libgd\wbmp.h
H A Dconfig.m4286 libgd/gdcache.c libgd/gdkanji.c libgd/wbmp.c libgd/gd_wbmp.c libgd/gdhelpers.c \
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1251 +wbmp image/vnd.wap.wbmp
1286 -wbmp image/vnd.wap.wbmp
/PHP-5.5/
H A DNEWS7572 - Fixed CVE-2007-1001, GD wbmp used with invalid image size (Pierre)
10022 - Fixed bug #30281 (Prevent non-wbmp images from being detected as such).

Completed in 51 milliseconds