Home
last modified time | relevance | path

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; in SetColorSpace() local
2010 alpha_shift = 24; in SetColorSpace()
2027 alpha_shift = 32; in SetColorSpace()
2043 alpha_shift = 15; in SetColorSpace()
2108 color |= ((uint8)ref_color.alpha >> alpha_divide_shift) << alpha_shift; in SetColorSpace()
2114 color |= ((uint8)fCurrentSettings.back_color.alpha >> alpha_divide_shift) << alpha_shift; in SetColorSpace()