Home
last modified time | relevance | path

Searched refs:read_long (Results 1 - 1 of 1) sorted by relevance

/third_party/cups-filters/cupsfilters/
H A Dimage-bmp.c17 * read_long() - Read a 32-bit signed integer.
43 static int read_long(FILE *fp);
109 img->xsize = read_long(fp); in _cupsImageReadBMP()
110 img->ysize = read_long(fp); in _cupsImageReadBMP()
115 img->xppi = read_long(fp) * 0.0254 + 0.5; in _cupsImageReadBMP()
116 img->yppi = read_long(fp) * 0.0254 + 0.5; in _cupsImageReadBMP()
522 * 'read_long()' - Read a 32-bit signed integer.
526 read_long(FILE *fp) /* I - File to read from */ in read_long() function

Completed in 1 milliseconds