Searched refs:smallFont (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/debug/
H A Dfont.h20 extern FramebufferFont smallFont;
H A Dframe_buffer_console.cpp425 sConsole.font = &smallFont;
H A Dfont.cpp36 FramebufferFont smallFont = { 6, 12, { variable
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp125 BFont smallFont(be_plain_font);
126 smallFont.SetSize(floorf(smallFont.Size() * 0.95));
129 smallFont.GetHeight(&fh);
136 float w = smallFont.StringWidth((*i).first.c_str())
139 w = smallFont.StringWidth((*i).second.c_str()) + 2.0 * kSmallHMargin;
173 sv->SetFont(&smallFont);
181 sv->SetFont(&smallFont);
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp657 BFont smallFont; local
658 GetFont(&smallFont);
659 smallFont.SetSize(std::max(9.0f, ceilf(smallFont.Size() * 0.85f)));
678 fEmailLinkView->SetFont(&smallFont);
683 fWebsiteLinkView->SetFont(&smallFont);
918 BFont smallFont; local
919 GetFont(&smallFont);
920 smallFont.SetSize(std::max(9.0f, floorf(smallFont
[all...]

Completed in 33 milliseconds