Searched refs:getin (Results 1 – 2 of 2) sorted by relevance
38 getmbi (int (*getin) (void *in), void *in) in getmbi()44 i = getin (in); in getmbi()90 skipheader (int (*getin) (void *in), void *in) in skipheader()96 i = getin (in); in skipheader()159 wbmp->type = getin (in); in readwbmp()166 if (skipheader (getin, in)) in readwbmp()173 wbmp->width = getmbi (getin, in); in readwbmp()180 wbmp->height = getmbi (getin, in); in readwbmp()213 byte = getin (in); in readwbmp()345 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 9 milliseconds