Searched refs:hConsole (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | print.cpp | 40 HANDLE hConsole; in operator const char*() local 41 hConsole = GetStdHandle(STD_OUTPUT_HANDLE); in operator const char*() 42 SetConsoleTextAttribute(hConsole, color); in operator const char*() 43 hConsole = GetStdHandle(STD_ERROR_HANDLE); in operator const char*() 44 SetConsoleTextAttribute(hConsole, color); in operator const char*() 50 HANDLE hConsole; in operator const char*() local 51 hConsole = GetStdHandle(STD_OUTPUT_HANDLE); in operator const char*() 52 SetConsoleTextAttribute(hConsole, color); in operator const char*() 53 hConsole = GetStdHandle(STD_ERROR_HANDLE); in operator const char*() 54 SetConsoleTextAttribute(hConsole, color); in operator const char*() [all …]
|
/third_party/spirv-tools/source/ |
D | print.cpp | 41 static void SetConsoleForegroundColorPrimary(HANDLE hConsole, WORD color) { in SetConsoleForegroundColorPrimary() argument 44 GetConsoleScreenBufferInfo(hConsole, &bufInfo); in SetConsoleForegroundColorPrimary() 50 SetConsoleTextAttribute(hConsole, color); in SetConsoleForegroundColorPrimary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | print.cpp | 40 static void SetConsoleForegroundColorPrimary(HANDLE hConsole, WORD color) { in SetConsoleForegroundColorPrimary() argument 43 GetConsoleScreenBufferInfo(hConsole, &bufInfo); in SetConsoleForegroundColorPrimary() 49 SetConsoleTextAttribute(hConsole, color); in SetConsoleForegroundColorPrimary()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | print.cpp | 40 static void SetConsoleForegroundColorPrimary(HANDLE hConsole, WORD color) { in SetConsoleForegroundColorPrimary() argument 43 GetConsoleScreenBufferInfo(hConsole, &bufInfo); in SetConsoleForegroundColorPrimary() 49 SetConsoleTextAttribute(hConsole, color); in SetConsoleForegroundColorPrimary()
|