Home
last modified time | relevance | path

Searched refs:Wbmp (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dwbmp.h33 } 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 Dwbmp.c110 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 Dgd_wbmp.c105 Wbmp *wbmp; in _gdImageWBMPCtx()
144 Wbmp *wbmp; in gdImageCreateFromWBMPCtx()

Completed in 14 milliseconds