Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dimage-bmp.c33 # define BI_RLE4 2 /* 4-bit run-length compression */ macro
251 if (compression != BI_RLE4 && count == 0) in _cupsImageReadBMP()