Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
H A Dimage-sgilib.c20 * getshort() - Get a 16-bit big-endian integer.
38 static int getshort(FILE *);
144 *row = getshort(sgip->file); in sgiGetRow()
224 magic = getshort(sgip->file); in sgiOpenFile()
233 getshort(sgip->file); /* Dimensions */ in sgiOpenFile()
234 sgip->xsize = getshort(sgip->file); in sgiOpenFile()
235 sgip->ysize = getshort(sgip->file); in sgiOpenFile()
236 sgip->zsize = getshort(sgip->file); in sgiOpenFile()
557 * 'getshort()' - Get a 16-bit big-endian integer.
561 getshort(FIL function
[all...]

Completed in 1 milliseconds