Searched refs:buffer_info (Results 1 – 4 of 4) sorted by relevance
136 CONSOLE_SCREEN_BUFFER_INFO buffer_info; in ColorPrintf() local137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()138 const WORD old_color_attrs = buffer_info.wAttributes; in ColorPrintf()
1270 // Prepare the data for the buffer_info. in bindDerived() 1274 // Prepare the shape for the buffer_info.1278 // Prepare the strides for the buffer_info.
3304 CONSOLE_SCREEN_BUFFER_INFO buffer_info; in ColoredPrintf() local3305 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()3306 const WORD old_color_attrs = buffer_info.wAttributes; in ColoredPrintf()