/haiku/src/apps/haikudepot/textview/ |
H A D | CharacterStyle.cpp | 96 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 D | MediaFileInfoView.cpp | 44 _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 D | VirtualMemory.cpp | 51 font.SetFace(B_BOLD_FACE); in AboutRequested()
|
/haiku/src/servers/app/font/ |
H A D | FontFamily.cpp | 28 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 D | FontStyle.cpp | 197 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 D | AlertWindow.cpp | 40 fFont.SetFace(B_BOLD_FACE); in AlertWindow()
|
/haiku/src/tests/kits/interface/bfont/ |
H A D | DumpFontList.cpp | 51 PRINT_FACE_FLAG(B_BOLD_FACE); in main()
|
/haiku/src/apps/bootmanager/ |
H A D | WizardPageView.cpp | 88 font.SetFace(B_BOLD_FACE); in MakeHeading()
|
H A D | DrivesPage.cpp | 170 boldFont.SetFace(B_BOLD_FACE); in DrawItem() 231 boldFont.SetFace(B_BOLD_FACE); in Update()
|
/haiku/src/servers/syslog_daemon/ |
H A D | SyslogDaemon.cpp | 83 font.SetFace(B_BOLD_FACE); in AboutRequested()
|
/haiku/src/servers/package/ |
H A D | ResultWindow.cpp | 112 locationFont.SetFace(B_BOLD_FACE); in AddLocationChanges()
|
H A D | ProblemWindow.cpp | 246 problemFont.SetFace(B_BOLD_FACE); in _AddProblem()
|
/haiku/src/apps/pulse/ |
H A D | PulseApp.cpp | 241 font.SetFace(B_BOLD_FACE); in AboutRequested()
|
/haiku/src/apps/pairs/ |
H A D | PairsWindow.cpp | 326 font.SetFace(B_BOLD_FACE); in MessageReceived()
|
/haiku/src/apps/switcher/ |
H A D | WindowsView.cpp | 288 font.SetFace(B_BOLD_FACE); in WindowsView()
|
/haiku/src/add-ons/screen_savers/message/ |
H A D | Message.cpp | 204 font.SetFace(B_BOLD_FACE); in Draw()
|
/haiku/src/preferences/printers/ |
H A D | TestPageView.cpp | 276 font.SetFace(B_BOLD_FACE); in AttachedToWindow()
|
/haiku/headers/os/interface/ |
H A D | Font.h | 85 B_BOLD_FACE = 0x0020, enumerator
|
/haiku/src/apps/mediaplayer/interface/ |
H A D | SubtitleBitmap.cpp | 273 face |= B_BOLD_FACE; in apply_state()
|
/haiku/src/add-ons/translators/rtf/ |
H A D | convert.cpp | 460 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 D | DataTranslationsWindow.cpp | 341 font.SetFace(B_BOLD_FACE); in _ShowInfoAlert()
|
/haiku/src/apps/aboutsystem/ |
H A D | AboutSystem.cpp | 1407 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 D | StyledEditWindow.cpp | 385 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 D | AboutWindow.cpp | 171 font.SetFace(B_BOLD_FACE); in AboutView()
|
/haiku/src/kits/print/ |
H A D | PicturePrinter.cpp | 418 PRINT_FLAG(B_BOLD_FACE); in SetFontFace()
|