Searched refs:Wbmp (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/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 | 110 Wbmp * 115 Wbmp *wbmp; in createwbmp() 116 if ((wbmp = (Wbmp *) gdMalloc (sizeof (Wbmp))) == NULL) in createwbmp() 151 readwbmp (int (*getin) (void *in), void *in, Wbmp ** return_wbmp) in readwbmp() 154 Wbmp *wbmp; in readwbmp() 156 if ((wbmp = (Wbmp *) gdMalloc (sizeof (Wbmp))) == NULL) in readwbmp() 251 writewbmp (Wbmp * wbmp, void (*putout) (int c, void *out), void *out) in writewbmp() 297 freewbmp (Wbmp * wbmp) in freewbmp() 310 printwbmp (Wbmp * wbmp) in printwbmp() 359 Wbmp *wbmp; in main()
|
H A D | gd_wbmp.c | 98 Wbmp *wbmp; in gdImageWBMPCtx() 132 Wbmp *wbmp; in gdImageCreateFromWBMPCtx()
|
Completed in 8 milliseconds