Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dimage-sgilib.c94 if (sgip->comp == SGI_COMP_ARLE) in sgiClose()
276 comp < SGI_COMP_NONE || comp > SGI_COMP_ARLE) in sgiOpenFile()
329 case SGI_COMP_ARLE : /* Aggressive RLE */ in sgiOpenFile()
435 case SGI_COMP_ARLE : in sgiPutRow()
523 if (sgip->comp == SGI_COMP_ARLE) in sgiPutRow()
Dimage-sgi.h36 # define SGI_COMP_ARLE 2 /* Agressive run-length encoding */ macro