Searched refs:B_BOLD_FACE (Results 1 - 25 of 38) sorted by last modified time

12

/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp457 FALLBACK_BOLD_FONT_FAMILY, FALLBACK_BOLD_FONT_STYLE, B_BOLD_FACE);
H A DFontStyle.cpp197 face &= ~(B_REGULAR_FACE | B_BOLD_FACE | B_ITALIC_FACE | B_CONDENSED_FACE
248 face |= B_BOLD_FACE;
H A DFontFamily.cpp28 if (style->Face() & B_BOLD_FACE)
227 face &= B_BOLD_FACE | B_ITALIC_FACE | B_REGULAR_FACE | B_CONDENSED_FACE
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1407 font.SetFace(B_BOLD_FACE | B_ITALIC_FACE);
1523 font.SetFace(B_BOLD_FACE | B_ITALIC_FACE);
1615 font.SetFace(B_BOLD_FACE | B_ITALIC_FACE);
1737 font.SetFace(B_BOLD_FACE);
/haiku/headers/os/interface/
H A DFont.h85 B_BOLD_FACE = 0x0020, enumerator in enum:__anon6
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp383 font.SetFace(B_BOLD_FACE);
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.cpp96 if ((bold && (face & B_BOLD_FACE) != 0)
97 || (!bold && (face & B_BOLD_FACE) == 0)) {
103 neededFace |= B_BOLD_FACE;
106 neededFace &= ~B_BOLD_FACE;
118 return (Font().Face() & B_BOLD_FACE) != 0;
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp83 font.SetFace(B_BOLD_FACE);
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp170 boldFont.SetFace(B_BOLD_FACE);
231 boldFont.SetFace(B_BOLD_FACE);
/haiku/src/apps/serialconnect/
H A DTermView.cpp132 font.SetFace(B_BOLD_FACE);
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp1179 array.runs[0].font.SetFace(B_BOLD_FACE);
/haiku/src/apps/terminal/
H A DTermView.cpp816 fBoldFont.SetFace(B_BOLD_FACE | (face & ~B_REGULAR_FACE));
/haiku/src/apps/mail/
H A DContent.cpp2951 font.SetFace(B_BOLD_FACE | B_ITALIC_FACE);
/haiku/src/kits/interface/
H A DAboutWindow.cpp171 font.SetFace(B_BOLD_FACE);
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp368 font.SetFace(B_BOLD_FACE);
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp73 boldFont.SetFace(B_BOLD_FACE);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp682 font.SetFace(B_BOLD_FACE);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp385 fBoldItem->SetMarked((font.Face() & B_BOLD_FACE) != 0);
410 fBoldItem->SetMarked((font.Face() & B_BOLD_FACE) != 0);
769 fBoldItem->SetMarked((font.Face() & B_BOLD_FACE) != 0);
1910 face |= B_BOLD_FACE;
/haiku/src/apps/pairs/
H A DPairsWindow.cpp326 font.SetFace(B_BOLD_FACE);
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp460 set_font_face(fCurrentRun->font, B_BOLD_FACE, command->Option() != 0);
780 if (fontFace & B_BOLD_FACE)
/haiku/src/kits/print/
H A DPicturePrinter.cpp418 PRINT_FLAG(B_BOLD_FACE);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp89 font.SetFace(B_BOLD_FACE);
746 fBoldFont.SetFace(B_BOLD_FACE);
/haiku/src/preferences/printers/
H A DTestPageView.cpp276 font.SetFace(B_BOLD_FACE);
/haiku/src/apps/pulse/
H A DPulseApp.cpp241 font.SetFace(B_BOLD_FACE);
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp204 font.SetFace(B_BOLD_FACE);

Completed in 169 milliseconds

12