Searched refs:Wbmp (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/gd/libgd/ |
H A D | wbmp.h | 33 } Wbmp; typedef 46 Wbmp *createwbmp( int width, int height, int color ); 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 );
|
H A D | wbmp.c | 111 Wbmp * 116 Wbmp *wbmp; in createwbmp() 117 if ((wbmp = (Wbmp *) gdMalloc (sizeof (Wbmp))) == NULL) in createwbmp() 152 readwbmp (int (*getin) (void *in), void *in, Wbmp ** return_wbmp) in readwbmp() 155 Wbmp *wbmp; in readwbmp() 157 if ((wbmp = (Wbmp *) gdMalloc (sizeof (Wbmp))) == NULL) in readwbmp() 252 writewbmp (Wbmp * wbmp, void (*putout) (int c, void *out), void *out) in writewbmp() 298 freewbmp (Wbmp * wbmp) in freewbmp() 311 printwbmp (Wbmp * wbmp) in printwbmp() 360 Wbmp *wbmp; in main()
|
H A D | gd_wbmp.c | 105 Wbmp *wbmp; in _gdImageWBMPCtx() 144 Wbmp *wbmp; in gdImageCreateFromWBMPCtx()
|
Completed in 6 milliseconds