Searched refs:new_attributes (Results 1 – 3 of 3) sorted by relevance
214 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) { in CopyAddAttributes() argument215 new_attributes = in CopyAddAttributes()216 static_cast<PropertyAttributes>(attributes() | new_attributes); in CopyAddAttributes()217 return PropertyDetails(value_, new_attributes); in CopyAddAttributes()
12407 PropertyAttributes new_attributes = maybe.value; in SetElement() local12437 if (old_attributes != new_attributes) { in SetElement()
345 WORD new_attributes =355 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);357 SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), new_attributes);