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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1985 int32 blue_shift = 0, alpha_shift = 0; local
2010 alpha_shift = 24;
2027 alpha_shift = 32;
2043 alpha_shift = 15;
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 157 milliseconds