Home
last modified time | relevance | path

Searched refs:background_mask (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProcess.inc418 const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN |
420 const WORD color_mask = foreground_mask | background_mask;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc416 const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN |
418 const WORD color_mask = foreground_mask | background_mask;
/external/llvm/lib/Support/Windows/
DProcess.inc428 const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN |
430 const WORD color_mask = foreground_mask | background_mask;
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc2950 static const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN | in GetNewColor() local
2954 const WORD existing_bg = old_color_attrs & background_mask; in GetNewColor()
2958 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()
2961 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()
/external/googletest/googletest/src/
Dgtest.cc2944 static const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN | in GetNewColor() local
2948 const WORD existing_bg = old_color_attrs & background_mask; in GetNewColor()
2952 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()
2955 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()