Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/tools/trace/
H A Dformat.py111 BACKGROUND_GREEN = 0x20 variable in WindowsConsoleFormatter
/third_party/libuv/test/
H A Dtest-tty-escape-sequence-processing.c44 #define BACKGROUND_WHITE (BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE)
46 #define BACKGROUND_YELLOW (BACKGROUND_RED | BACKGROUND_GREEN)
47 #define BACKGROUND_CYAN (BACKGROUND_GREEN | BACKGROUND_BLUE)
1069 {B_GREEN, BACKGROUND_GREEN}, in TEST_IMPL()
/third_party/libuv/src/win/
H A Dtty.c323 if (uv_tty_default_text_attributes & BACKGROUND_GREEN) in uv__tty_capture_initial_style()
1513 info.wAttributes &= ~(BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE); in uv__tty_set_style()
1515 if (bg_color & 2) info.wAttributes |= BACKGROUND_GREEN; in uv__tty_set_style()
/third_party/node/deps/uv/src/win/
H A Dtty.c328 if (uv_tty_default_text_attributes & BACKGROUND_GREEN) in uv__tty_capture_initial_style()
1524 info.wAttributes &= ~(BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE); in uv__tty_set_style()
1526 if (bg_color & 2) info.wAttributes |= BACKGROUND_GREEN; in uv__tty_set_style()
/third_party/googletest/googletest/src/
H A Dgtest.cc3189 static const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN |
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc2955 static const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN | in GetNewColor()
/third_party/node/deps/googletest/src/
H A Dgtest.cc3200 static const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN |
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h3940 g_origFgAttrs = csbiInfo.wAttributes & ~(BACKGROUND_GREEN | BACKGROUND_RED |
/third_party/libabigail/tests/lib/
H A Dcatch.hpp10121 originalForegroundAttributes = csbiInfo.wAttributes & ~( BACKGROUND_GREEN | BACKGROUND_RED | BACKGROUND_BLUE | BACKGROUND_INTENSITY );

Completed in 62 milliseconds