Searched refs:cbitdepths (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp718 const uint16 cbitdepths[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 23, 24, 25, 31, 32, 33 }; local
720 const int32 kncdepths = sizeof(cbitdepths) / sizeof(uint16);
724 if (!(compvalues[i] == BMP_RLE4_COMPRESS && cbitdepths[n] == 4) &&
725 !(compvalues[i] == BMP_RLE8_COMPRESS && cbitdepths[n] == 8)) {
735 msheader.bitsperpixel = cbitdepths[n];

Completed in 90 milliseconds