Searched refs:wbmp (Results 1 – 21 of 21) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | wbmp.c | 116 Wbmp *wbmp; in createwbmp() local 121 gdFree(wbmp); in createwbmp() 125 gdFree(wbmp); in createwbmp() 140 return (wbmp); in createwbmp() 155 Wbmp *wbmp; in readwbmp() local 189 printf ("W: %d, H: %d\n", wbmp->width, wbmp->height); in readwbmp() 193 overflow2(sizeof (int) * wbmp->width, wbmp->height)) in readwbmp() 199 …if ((wbmp->bitmap = (int *) safe_emalloc((size_t)wbmp->width * wbmp->height, sizeof(int), 0)) == N… in readwbmp() 301 gdFree (wbmp); in freewbmp() 318 if (wbmp->bitmap[wbmp->width * row + col] == WBMP_BLACK) in printwbmp() [all …]
|
H A D | gd_wbmp.c | 105 Wbmp *wbmp; in _gdImageWBMPCtx() local 118 wbmp->bitmap[pos] = WBMP_BLACK; in _gdImageWBMPCtx() 125 if (writewbmp (wbmp, &gd_putout, out)) { in _gdImageWBMPCtx() 126 freewbmp(wbmp); in _gdImageWBMPCtx() 132 freewbmp(wbmp); in _gdImageWBMPCtx() 144 Wbmp *wbmp; in gdImageCreateFromWBMPCtx() local 149 if (readwbmp (&gd_getin, infile, &wbmp)) { in gdImageCreateFromWBMPCtx() 153 if (!(im = gdImageCreate (wbmp->width, wbmp->height))) { in gdImageCreateFromWBMPCtx() 154 freewbmp (wbmp); in gdImageCreateFromWBMPCtx() 165 for (row = 0; row < wbmp->height; row++) { 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-8.2/ext/standard/tests/image/ |
H A D | getimagesize_wbmp.phpt | 2 GetImageSize() for wbmp format 5 echo "*** Testing getimagesize() : wbmp format ***\n"; 6 var_dump(getimagesize(__DIR__ . "/75x50.wbmp", $arr)); 11 *** Testing getimagesize() : wbmp format *** 22 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 | 50 string(18) "image/vnd.wap.wbmp"
|
H A D | image_type_to_mime_type_variation3.phpt | 63 string\(18\) "image\/vnd.wap.wbmp"
|
/PHP-8.2/ext/gd/tests/ |
H A D | createfromwbmp-mb.phpt | 7 $file = __DIR__ . '/src私はガラスを食べられます.wbmp'; 10 echo 'test create from wbmp: '; 15 test create from wbmp: ok
|
H A D | createfromwbmp.phpt | 7 $file = __DIR__ . '/src.wbmp'; 10 echo 'test create from wbmp: '; 15 test create from wbmp: ok
|
H A D | imagewbmp-mb.phpt | 7 $file = __DIR__ . '/im私はガラスを食べられます.wbmp'; 15 echo 'test create wbmp: '; 28 test create wbmp: ok
|
H A D | imagewbmp.phpt | 7 $file = __DIR__ . '/im.wbmp'; 15 echo 'test create wbmp: '; 28 test create wbmp: ok
|
H A D | createfromwbmp2_extern.phpt | 2 imagecreatefromwbmp with invalid wbmp 11 $filename = __DIR__ . '/_tmp.wbmp'; 48 Warning: imagecreatefromwbmp(): "%s_tmp.wbmp" is not a valid WBMP file in %s on line %d
|
H A D | bug77479.phpt | 15 imagewbmp($im, __DIR__ . '/77479.wbmp'); 24 @unlink(__DIR__ . '/77479.wbmp');
|
H A D | gh16232.phpt | 2 GH-16232 (Overflow on reading wbmp content) 7 $good_webp = __DIR__ . '/src.wbmp';
|
H A D | createfromwbmp2.phpt | 2 imagecreatefromwbmp with invalid wbmp 11 $filename = __DIR__ . '/_tmp.wbmp';
|
H A D | imagewbmp_nullbyte_injection.phpt | 9 print 'skip wbmp support not available';
|
H A D | types.phpt | 22 echo "wbmp failed\n";
|
H A D | colorat.phpt | 7 $file = __DIR__ . '/im.wbmp';
|
/PHP-8.2/ext/gd/ |
H A D | config.w32 | 55 gdtables.c gd_topal.c gd_wbmp.c gdxpm.c wbmp.c gd_xbm.c gd_security.c gd_transform.c \
|
H A D | config.m4 | 213 libgd/gdcache.c libgd/gdkanji.c libgd/wbmp.c libgd/gd_wbmp.c libgd/gdhelpers.c \
|
/PHP-8.2/ |
H A D | NEWS | 228 . Fixed bug GH-16232 (bitshift overflow on wbmp file content reading /
|
Completed in 43 milliseconds