Home
last modified time | relevance | path

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

/haiku/src/tools/translation/bmpinfo/
H A Dbmpinfo.cpp49 #define BMP_RLE4_COMPRESS 2 macro
147 else if (msh.compression == BMP_RLE4_COMPRESS) in print_bmp_info()
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.h46 #define BMP_RLE4_COMPRESS 2 macro
H A DBMPTranslator.cpp354 msheader.compression != BMP_RLE4_COMPRESS) && in identify_bmp_header()
1837 else if (msheader.compression == BMP_RLE4_COMPRESS) in translate_from_bmp()
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp25 #define BMP_RLE4_COMPRESS 2 macro
719 const uint32 compvalues[] = { BMP_RLE4_COMPRESS, BMP_RLE8_COMPRESS, 3, 4, 5, 10 }; in IdentifyTest()
724 if (!(compvalues[i] == BMP_RLE4_COMPRESS && cbitdepths[n] == 4) && in IdentifyTest()