Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/tools/trace/
H A Dformat.py113 BACKGROUND_INTENSITY = 0x80 variable in WindowsConsoleFormatter
/third_party/libuv/src/win/
H A Dtty.c332 if (uv_tty_default_text_attributes & BACKGROUND_INTENSITY) in uv__tty_capture_initial_style()
1521 info.wAttributes |= BACKGROUND_INTENSITY; in uv__tty_set_style()
1523 info.wAttributes &= ~BACKGROUND_INTENSITY; in uv__tty_set_style()
1570 (FOREGROUND_INTENSITY | BACKGROUND_INTENSITY); in uv__tty_save_state()
1606 new_attributes &= ~(FOREGROUND_INTENSITY | BACKGROUND_INTENSITY); in uv__tty_restore_state()
/third_party/node/deps/uv/src/win/
H A Dtty.c337 if (uv_tty_default_text_attributes & BACKGROUND_INTENSITY) in uv__tty_capture_initial_style()
1532 info.wAttributes |= BACKGROUND_INTENSITY; in uv__tty_set_style()
1534 info.wAttributes &= ~BACKGROUND_INTENSITY; in uv__tty_set_style()
1581 (FOREGROUND_INTENSITY | BACKGROUND_INTENSITY); in uv__tty_save_state()
1617 new_attributes &= ~(FOREGROUND_INTENSITY | BACKGROUND_INTENSITY); in uv__tty_restore_state()
/third_party/libuv/test/
H A Dtest-tty-escape-sequence-processing.c1188 attr |= BACKGROUND_INTENSITY; in TEST_IMPL()
/third_party/googletest/googletest/src/
H A Dgtest.cc3190 BACKGROUND_RED | BACKGROUND_INTENSITY;
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc2956 BACKGROUND_RED | BACKGROUND_INTENSITY; in GetNewColor()
/third_party/node/deps/googletest/src/
H A Dgtest.cc3201 BACKGROUND_RED | BACKGROUND_INTENSITY;
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h3941 BACKGROUND_BLUE | BACKGROUND_INTENSITY);
/third_party/libabigail/tests/lib/
H A Dcatch.hpp10121 originalForegroundAttributes = csbiInfo.wAttributes & ~( BACKGROUND_GREEN | BACKGROUND_RED | BACKGROUND_BLUE | BACKGROUND_INTENSITY );

Completed in 53 milliseconds