Searched refs:blue_shift (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/examples/common/gui/ |
| H A D | video.hpp | 64 depth_t depth, red_shift, green_shift, blue_shift; member in video 173 (red << red_shift) | (green << green_shift) | (blue << blue_shift); in get_color() 175 depth_t bs = blue_shift, rs = red_shift; in get_color() 176 if (blue_shift < 0) in get_color()
|
| H A D | macvideo.cpp | 40 blue_shift(16), in video() 48 blue_shift(0), in video()
|
| H A D | convideo.cpp | 51 blue_shift(16), in video()
|
| H A D | winvideo.hpp | 160 blue_shift(0), in video()
|
| H A D | xvideo.cpp | 155 mask2bits(vinfo.blue_mask, blue_mask, blue_shift); in init_window()
|