Searched refs:kMinFontSize (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp50 static const int32 kMinFontSize = 10; variable
198 if (fontSize < kMinFontSize)
199 fontSize = kMinFontSize;
214 new BMessage(kMsgFontSizeChanged), kMinFontSize, kMaxFontSize);
391 if (size < kMinFontSize)
392 size = kMinFontSize;
/haiku/src/kits/tracker/
H A DCountView.cpp59 static const float kMinFontSize = 8.0f; variable
317 SetFontSize(std::max(kMinFontSize,
H A DTitleView.cpp62 static const float kMinFontSize = 8.0f; variable
119 float fontSize = std::max(kMinFontSize,

Completed in 159 milliseconds