Searched refs:be_bold_font (Results 1 - 25 of 83) sorted by relevance

1234

/haiku/src/kits/screensaver/
H A DDefaultSettingsView.cpp27 nameStringView->SetFont(be_bold_font);
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestView.cpp11 BFont font(be_bold_font);
/haiku/src/kits/bluetooth/UI/
H A DConnectionView.cpp30 fDeviceLabel->SetFont(be_bold_font);
36 fAddressLabel->SetFont(be_bold_font);
H A DPincodeWindow.cpp90 fDeviceLabel->SetFont(be_bold_font);
95 fAddressLabel->SetFont(be_bold_font);
/haiku/src/add-ons/translators/rtf/
H A DConfigView.cpp27 titleView->SetFont(be_bold_font);
/haiku/src/add-ons/translators/stxt/
H A DSTXTView.cpp36 titleView->SetFont(be_bold_font);
/haiku/src/add-ons/translators/pcx/
H A DConfigView.cpp31 titleView->SetFont(be_bold_font);
/haiku/src/add-ons/translators/bmp/
H A DBMPView.cpp35 titleView->SetFont(be_bold_font);
/haiku/src/apps/soundrecorder/
H A DSoundListView.cpp41 BFont font(be_bold_font);
/haiku/src/tests/kits/opengl/glinfo/
H A DInfoView.cpp45 rendererView->SetFont(be_bold_font);
/haiku/src/add-ons/translators/exr/
H A DConfigView.cpp33 titleView->SetFont(be_bold_font);
/haiku/src/add-ons/translators/ico/
H A DConfigView.cpp29 titleView->SetFont(be_bold_font);
/haiku/src/add-ons/translators/icns/
H A DConfigView.cpp26 titleView->SetFont(be_bold_font);
/haiku/src/add-ons/translators/raw/
H A DConfigView.cpp35 fTitle->SetFont(be_bold_font);
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp115 SetFont(be_bold_font);
125 // seems valid, scale bitmap according to be_bold_font size
126 float width = std::max(63.f, ceilf(63 * be_bold_font->Size() / 12.f));
127 float height = std::max(22.f, ceilf(22 * be_bold_font->Size() / 12.f));
345 // seems valid, scale bitmap according to be_bold_font size
347 ceilf(kTeamIconBitmapHeight * be_bold_font->Size() / 12.f));
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp74 stringView->SetFont(be_bold_font);
118 stringView->SetFont(be_bold_font);
H A DToolTipTest.cpp26 fView->SetFont(be_bold_font);
91 fView->SetFont(be_bold_font);
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp58 titleView->SetFont(be_bold_font);
153 be_bold_font->GetHeight(&fh);
/haiku/src/kits/interface/
H A DZombieReplicantView.cpp37 BFont font(be_bold_font);
/haiku/src/add-ons/network_settings/hostname/
H A DHostnameView.cpp39 titleView->SetFont(be_bold_font);
/haiku/src/add-ons/translators/hvif/
H A DHVIFView.cpp34 title->SetFont(be_bold_font);
/haiku/src/add-ons/translators/tga/
H A DTGAView.cpp53 fTitle->SetFont(be_bold_font);
/haiku/src/apps/expander/
H A DExpanderPreferences.cpp57 expansionLabel->SetFont(be_bold_font);
60 destinationLabel->SetFont(be_bold_font);
63 otherLabel->SetFont(be_bold_font);
/haiku/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp67 playModeLabel->SetFont(be_bold_font);
69 viewOptionsLabel->SetFont(be_bold_font);
71 bgMoviesModeLabel->SetFont(be_bold_font);
/haiku/src/apps/mediaplayer/interface/
H A DDurationView.cpp114 BFont font(be_bold_font);

Completed in 249 milliseconds

1234