Home
last modified time | relevance | path

Searched refs:B_BOLD_FACE (Results 1 – 25 of 39) sorted by relevance

12

/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.cpp96 if ((bold && (face & B_BOLD_FACE) != 0) in SetBold()
97 || (!bold && (face & B_BOLD_FACE) == 0)) { in SetBold()
103 neededFace |= B_BOLD_FACE; in SetBold()
106 neededFace &= ~B_BOLD_FACE; in SetBold()
118 return (Font().Face() & B_BOLD_FACE) != 0; in IsBold()
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp44 _SetFontFace(B_BOLD_FACE); in Draw()
129 bold.SetFace(B_BOLD_FACE); in SetFont()
210 bold.SetFace(B_BOLD_FACE); in _ValidateMinMax()
/haiku/src/preferences/virtualmemory/
H A DVirtualMemory.cpp51 font.SetFace(B_BOLD_FACE); in AboutRequested()
/haiku/src/servers/app/font/
H A DFontFamily.cpp28 if (style->Face() & B_BOLD_FACE) in font_score()
227 face &= B_BOLD_FACE | B_ITALIC_FACE | B_REGULAR_FACE | B_CONDENSED_FACE in GetStyleMatchingFace()
H A DFontStyle.cpp197 face &= ~(B_REGULAR_FACE | B_BOLD_FACE | B_ITALIC_FACE | B_CONDENSED_FACE in PreservedFace()
248 face |= B_BOLD_FACE; in _TranslateStyleToFace()
/haiku/src/preferences/screen/
H A DAlertWindow.cpp40 fFont.SetFace(B_BOLD_FACE); in AlertWindow()
/haiku/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp51 PRINT_FACE_FLAG(B_BOLD_FACE); in main()
/haiku/src/apps/bootmanager/
H A DWizardPageView.cpp88 font.SetFace(B_BOLD_FACE); in MakeHeading()
H A DDrivesPage.cpp170 boldFont.SetFace(B_BOLD_FACE); in DrawItem()
231 boldFont.SetFace(B_BOLD_FACE); in Update()
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp83 font.SetFace(B_BOLD_FACE); in AboutRequested()
/haiku/src/servers/package/
H A DResultWindow.cpp112 locationFont.SetFace(B_BOLD_FACE); in AddLocationChanges()
H A DProblemWindow.cpp246 problemFont.SetFace(B_BOLD_FACE); in _AddProblem()
/haiku/src/apps/pulse/
H A DPulseApp.cpp241 font.SetFace(B_BOLD_FACE); in AboutRequested()
/haiku/src/apps/pairs/
H A DPairsWindow.cpp326 font.SetFace(B_BOLD_FACE); in MessageReceived()
/haiku/src/apps/switcher/
H A DWindowsView.cpp288 font.SetFace(B_BOLD_FACE); in WindowsView()
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp204 font.SetFace(B_BOLD_FACE); in Draw()
/haiku/src/preferences/printers/
H A DTestPageView.cpp276 font.SetFace(B_BOLD_FACE); in AttachedToWindow()
/haiku/headers/os/interface/
H A DFont.h85 B_BOLD_FACE = 0x0020, enumerator
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp273 face |= B_BOLD_FACE; in apply_state()
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp460 set_font_face(fCurrentRun->font, B_BOLD_FACE, command->Option() != 0); in Command()
780 if (fontFace & B_BOLD_FACE) in convert_styled_text_to_rtf()
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp341 font.SetFace(B_BOLD_FACE); in _ShowInfoAlert()
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1407 font.SetFace(B_BOLD_FACE | B_ITALIC_FACE); in AddCopyrightEntry()
1523 font.SetFace(B_BOLD_FACE | B_ITALIC_FACE); in PickRandomHaiku()
1615 font.SetFace(B_BOLD_FACE | B_ITALIC_FACE); in _CreateCreditsView()
1737 font.SetFace(B_BOLD_FACE); in _CreateCreditsView()
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp385 fBoldItem->SetMarked((font.Face() & B_BOLD_FACE) != 0); in MessageReceived()
410 fBoldItem->SetMarked((font.Face() & B_BOLD_FACE) != 0); in MessageReceived()
769 fBoldItem->SetMarked((font.Face() & B_BOLD_FACE) != 0); in MenusBeginning()
1910 face |= B_BOLD_FACE; in _SetFontStyle()
/haiku/src/kits/interface/
H A DAboutWindow.cpp171 font.SetFace(B_BOLD_FACE); in AboutView()
/haiku/src/kits/print/
H A DPicturePrinter.cpp418 PRINT_FLAG(B_BOLD_FACE); in SetFontFace()

12