Searched refs:read_dword (Results 1 – 1 of 1) sorted by relevance
42 static unsigned int read_dword(FILE *fp);90 read_dword(fp); /* Skip size */ in _cupsImageReadBMP()93 offset = read_dword(fp); in _cupsImageReadBMP()108 info_size = read_dword(fp); in _cupsImageReadBMP()113 compression = read_dword(fp); in _cupsImageReadBMP()114 image_size = read_dword(fp); in _cupsImageReadBMP()117 colors_used = read_dword(fp); in _cupsImageReadBMP()118 colors_important = read_dword(fp); in _cupsImageReadBMP()508 read_dword(FILE *fp) /* I - File to read from */ in read_dword() function