Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bmessagebox.cc166 ApplyAndParseColorScheme(const SDL_MessageBoxColorScheme *aColorScheme) in ApplyAndParseColorScheme() argument
168 SetBackgroundColor(&aColorScheme->colors[SDL_MESSAGEBOX_COLOR_BACKGROUND]); in ApplyAndParseColorScheme()
169 fTextColor = ConvertColorType(&aColorScheme->colors[SDL_MESSAGEBOX_COLOR_TEXT]); in ApplyAndParseColorScheme()
170 SetButtonColors(&aColorScheme->colors[SDL_MESSAGEBOX_COLOR_BUTTON_BORDER], in ApplyAndParseColorScheme()
171 &aColorScheme->colors[SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND], in ApplyAndParseColorScheme()
172 &aColorScheme->colors[SDL_MESSAGEBOX_COLOR_TEXT], in ApplyAndParseColorScheme()
173 &aColorScheme->colors[SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED]); in ApplyAndParseColorScheme()

Completed in 3 milliseconds