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

/haiku-fatelf/src/tools/translation/bmpinfo/
H A Dbmpinfo.cpp66 uint32 colorsimportant; // number of important colors, zero = all member in struct:MSInfoHeader
141 printf("colors important: %lu\n", msh.colorsimportant);
/haiku-fatelf/src/add-ons/translators/bmp/
H A DBMPTranslator.h79 uint32 colorsimportant; // number of important colors, zero = all member in struct:MSInfoHeader
H A DBMPTranslator.cpp366 if (msheader.colorsimportant > msheader.colorsused)
402 pmsheader->colorsimportant = msheader.colorsimportant;
463 pmsheader->colorsimportant = 0;
485 pmsheader->colorsimportant = ncolors;
1036 msheader.colorsimportant = 0;
1071 msheader.colorsimportant = 256;
1085 msheader.colorsimportant = 2;
/haiku-fatelf/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp46 uint32 colorsimportant; // number of important colors, zero = all member in struct:MSInfoHeader
235 msheader.colorsimportant = 0;
259 msheader.colorsimportant = 0;
283 msheader.colorsimportant = 0;
383 msheader.colorsimportant = 0;
407 msheader.colorsimportant = 0;
431 msheader.colorsimportant = 0;
455 msheader.colorsimportant = 0;
515 msheader.colorsimportant = 0;
557 msheader.colorsimportant
[all...]

Completed in 105 milliseconds