Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
H A Dimage-sgilib.c24 * read_rle16() - Read 16-bit RLE data.
42 static int read_rle16(FILE *, unsigned short *, int);
156 return (read_rle16(sgip->file, row, sgip->xsize)); in sgiGetRow()
486 if ((sgip->arle_length = read_rle16(sgip->file, sgip->arle_row, sgip->xsize)) < 0) in sgiPutRow()
657 * 'read_rle16()' - Read 16-bit RLE data.
661 read_rle16(FILE *fp, /* I - File to read from */ in read_rle16() function

Completed in 2 milliseconds