Home
last modified time | relevance | path

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

/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp392 float defaultSize; in IsDefaultable() local
401 &defaultSize) != B_OK) { in IsDefaultable()
414 || currentSize != defaultSize; in IsDefaultable()
/haiku/src/apps/terminal/
H A DTermWindow.h144 uint8 defaultSize);
H A DTermWindow.cpp1810 TermWindow::_MakeFontSizeMenu(uint32 command, uint8 defaultSize) in _MakeFontSizeMenu() argument
1829 if (sizes[i] == defaultSize) { in _MakeFontSizeMenu()
1837 if (sizes[i] > defaultSize) { in _MakeFontSizeMenu()
1839 string << defaultSize; in _MakeFontSizeMenu()