Searched refs:BACKGROUND_CONTROL_OFFSET (Results 1 – 2 of 2) sorted by relevance
666 mSetAttributeString[BACKGROUND_CONTROL_OFFSET + 0] = (CHAR16) ('0' + (BackgroundControl / 10)); in TerminalConOutSetAttribute()667 mSetAttributeString[BACKGROUND_CONTROL_OFFSET + 1] = (CHAR16) ('0' + (BackgroundControl % 10)); in TerminalConOutSetAttribute()
160 #define BACKGROUND_CONTROL_OFFSET 11 macro