Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
Dcheckasm.c394 static WORD org_attributes; in color_printf() local
400 org_attributes = con_info.wAttributes; in color_printf()
406 SetConsoleTextAttribute(con, (org_attributes & 0xfff0) | (color & 0x0f)); in color_printf()
422 SetConsoleTextAttribute(con, org_attributes); in color_printf()