Searched refs:read_rle8 (Results 1 – 1 of 1) sorted by relevance
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()615 read_rle8(FILE *fp, /* I - File to read from */ in read_rle8() function