Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
H A Dimage-sgilib.c23 * read_rle8() - Read 8-bit RLE data.
41 static int read_rle8(FILE *, unsigned short *, int);
154 return (read_rle8(sgip->file, row, sgip->xsize)); in sgiGetRow()
468 if ((sgip->arle_length = read_rle8(sgip->file, sgip->arle_row, sgip->xsize)) < 0) in sgiPutRow()
611 * 'read_rle8()' - Read 8-bit RLE data.
615 read_rle8(FILE *fp, /* I - File to read from */ in read_rle8() function

Completed in 1 milliseconds