Home
last modified time | relevance | path

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

/haiku/src/tools/translation/bmpinfo/
H A Dbmpinfo.cpp48 #define BMP_RLE8_COMPRESS 1 macro
144 else if (msh.compression == BMP_RLE8_COMPRESS) in print_bmp_info()
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.h45 #define BMP_RLE8_COMPRESS 1 macro
H A DBMPTranslator.cpp358 msheader.compression != BMP_RLE8_COMPRESS) && in identify_bmp_header()
1824 else if (msheader.compression == BMP_RLE8_COMPRESS) in translate_from_bmp()
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp24 #define BMP_RLE8_COMPRESS 1 macro
719 const uint32 compvalues[] = { BMP_RLE4_COMPRESS, BMP_RLE8_COMPRESS, 3, 4, 5, 10 }; in IdentifyTest()
725 !(compvalues[i] == BMP_RLE8_COMPRESS && cbitdepths[n] == 8)) { in IdentifyTest()