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

/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp755 const uint16 colordepths[] = { 1, 4, 8, 24, 32 }; local
756 const int32 kncolordepths = sizeof(colordepths) / sizeof(uint16);
767 msheader.bitsperpixel = colordepths[i];
772 msheader.colorsused = 0; //(1 << colordepths[i])/* + 1*/;
773 msheader.colorsimportant = 0; //(1 << colordepths[i])/* + 1*/;

Completed in 26 milliseconds