Searched refs:SetFont (Results 1 - 25 of 255) sorted by relevance

1234567891011

/haiku/src/kits/screensaver/
H A DDefaultSettingsView.cpp27 nameStringView->SetFont(be_bold_font);
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestView.cpp15 SetFont(&font, B_FONT_ALL);
/haiku/src/tests/servers/app/font_spacing/
H A Dmain.cpp67 SetFont(&font);
71 SetFont(&font);
75 SetFont(&font);
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.h41 void SetFont(const BFont& font, float size);
42 void SetFont(const BFont& font);
/haiku/src/kits/bluetooth/UI/
H A DConnectionView.cpp30 fDeviceLabel->SetFont(be_bold_font);
36 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/tests/servers/app/text_rendering/
H A Dmain.cpp26 SetFont(&font);
/haiku/src/add-ons/translators/bmp/
H A DBMPView.cpp35 titleView->SetFont(be_bold_font);
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp52 fTime->SetFont(be_fixed_font);
57 connectedSince->SetFont(be_fixed_font);
70 fBytesReceived->SetFont(be_fixed_font);
75 fPacketsReceived->SetFont(be_fixed_font);
86 fBytesSent->SetFont(be_fixed_font);
91 fPacketsSent->SetFont(be_fixed_font);
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.cpp58 CharacterStyle::SetFont(const BFont& font) function in class:CharacterStyle
60 CharacterStyleDataRef data = fStyleData->SetFont(font);
81 return SetFont(font);
111 return SetFont(_FindFontForFace(neededFace));
141 return SetFont(_FindFontForFace(neededFace));
433 return SetFont(_FindFontForFace(neededFace));
H A DCharacterStyle.h20 bool SetFont(const BFont& font);
/haiku/src/apps/mediaplayer/interface/
H A DDurationView.cpp116 SetFont(&font);
118 SetFont(be_plain_font);
/haiku/src/apps/processcontroller/
H A DThreadBarMenu.cpp23 SetFont(be_plain_font);
108 prio->SetFont(be_plain_font);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp73 view->SetFont(&fFont);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp96 SetFont(&font);
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.h29 virtual void SetFont(const BFont* font,
H A DMediaFileInfoView.cpp30 SetFont(be_plain_font);
121 MediaFileInfoView::SetFont(const BFont* font, uint32 mask) function in class:MediaFileInfoView
123 BView::SetFont(font, mask);
243 SetFont(&font, B_FONT_FACE);
/haiku/src/apps/soundrecorder/
H A DSoundListView.cpp42 SetFont(&font);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DControlTest.cpp128 fControl->SetFont(fBigFontCheckBox->IsSelected()
H A DTextControlTest.cpp140 fTextControl->SetFont(fBigFontCheckBox->IsSelected()
/haiku/src/tests/servers/app/workspace_activated/
H A DWorkspaceActivated.cpp63 SetFont(&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);

Completed in 208 milliseconds

1234567891011