Searched refs:getin (Results 1 – 2 of 2) sorted by relevance
38 getmbi (int (*getin) (void *in), void *in) in getmbi()45 i = getin (in); in getmbi()91 skipheader (int (*getin) (void *in), void *in) in skipheader()97 i = getin (in); in skipheader()160 wbmp->type = getin (in); in readwbmp()167 if (skipheader (getin, in)) in readwbmp()174 wbmp->width = getmbi (getin, in); in readwbmp()181 wbmp->height = getmbi (getin, in); in readwbmp()214 byte = getin (in); in readwbmp()346 getin (void *in) in getin() function[all …]
44 int getmbi ( int (*getin)(void *in), void *in );45 int skipheader( int (*getin)(void *in), void *in );47 int readwbmp( int (*getin)(void *in), void *in, Wbmp **wbmp );
Completed in 5 milliseconds