Searched refs:red (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/common/gui/ |
| H A D | video.hpp | 96 inline color_t get_color(colorcomp_t red, colorcomp_t green, colorcomp_t blue) const; 164 inline color_t video::get_color(colorcomp_t red, colorcomp_t green, colorcomp_t blue) const { in get_color() argument 166 return (red << 16) | (green << 8) | blue; in get_color() 173 (red << red_shift) | (green << green_shift) | (blue << blue_shift); in get_color() 179 red >>= -rs, rs = 0; in get_color() 180 return ((red << rs) & red_mask) | ((green << green_shift) & green_mask) | in get_color() 185 y = red * 77 + green * 150 + blue * 29; // sum(77+150+29=256) * max(=255): limit->2^16 in get_color() 187 v = (2048 + (red << 3) - (y >> 5)) >> 4; in get_color()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Odd-Even_Communication.rst | 27 as a checkerboard, and alternate between updating red squares and
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 1212 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 1213 # purple, and 360 is red again. 2440 # by representing a node as a red box. Note that doxygen if the number of direct
|