Home
last modified time | relevance | path

Searched refs:arle_row (Results 1 – 2 of 2) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dimage-sgilib.c95 free(sgip->arle_row); in sgiClose()
330 sgip->arle_row = calloc(xsize, sizeof(unsigned short)); in sgiOpenFile()
446 if (row[x] != sgip->arle_row[x]) in sgiPutRow()
468 if ((sgip->arle_length = read_rle8(sgip->file, sgip->arle_row, sgip->xsize)) < 0) in sgiPutRow()
474 if (memcmp(row, sgip->arle_row, sgip->xsize * sizeof(unsigned short)) == 0) in sgiPutRow()
486 if ((sgip->arle_length = read_rle16(sgip->file, sgip->arle_row, sgip->xsize)) < 0) in sgiPutRow()
492 if (memcmp(row, sgip->arle_row, sgip->xsize * sizeof(unsigned short)) == 0) in sgiPutRow()
527 memcpy(sgip->arle_row, row, sgip->xsize * sizeof(unsigned short)); in sgiPutRow()
Dimage-sgi.h56 unsigned short *arle_row; /* Advanced RLE compression buffer */ member