Home
last modified time | relevance | path

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

/haiku/src/preferences/appearance/
H A DAPRView.cpp180 get_current_colors(&fCurrentColors); in LoadSettings()
181 fPrevColors = fCurrentColors; in LoadSettings()
222 return !fDefaultColors.HasSameData(fCurrentColors); in IsDefaultable()
229 return !fPrevColors.HasSameData(fCurrentColors); in IsRevertable()
283 fCurrentColors = colors; in _SetUIColors()
428 fCurrentColors.SetColor(ui_color_name(which), color); in _SetOneColor()
H A DAPRView.h76 BMessage fCurrentColors; variable
/haiku/src/apps/terminal/
H A DThemeView.h83 BMessage fCurrentColors; variable