Home
last modified time | relevance | path

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

/haiku/src/apps/terminal/
H A DAppearPrefView.h60 const char* defaultStyle);
H A DAppearPrefView.cpp345 const char* defaultFamily, const char* defaultStyle) in _MakeFontMenu() argument
374 && strcmp(defaultStyle, style) == 0) in _MakeFontMenu()
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp391 font_style defaultStyle; in IsDefaultable() local
400 if (_get_system_default_font_(fontName, defaultFamily, defaultStyle, in IsDefaultable()
413 || strcmp(currentStyle, defaultStyle) != 0 in IsDefaultable()