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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1989 int32 blue_divide_shift = 0, alpha_divide_shift = 0; local
2014 alpha_divide_shift = 0;
2028 alpha_divide_shift = 8;
2044 alpha_divide_shift = 7;
2108 color |= ((uint8)ref_color.alpha >> alpha_divide_shift) << alpha_shift;
2114 color |= ((uint8)fCurrentSettings.back_color.alpha >> alpha_divide_shift) << alpha_shift;

Completed in 77 milliseconds