Searched refs:B_FONT_FACE (Results 1 – 10 of 10) sorted by relevance
/haiku/src/apps/mediaconverter/ |
H A D | MediaFileInfoView.cpp | 124 if (mask == B_FONT_FACE) in SetFont() 243 SetFont(&font, B_FONT_FACE); in _SetFontFace()
|
/haiku/src/apps/aboutsystem/ |
H A D | HyperTextView.cpp | 39 view->SetFontAndColor(startOffset, endOffset, &font, B_FONT_FACE); in MouseOver() 53 view->SetFontAndColor(startOffset, endOffset, &font, B_FONT_FACE); in MouseAway()
|
/haiku/src/servers/app/ |
H A D | DrawState.cpp | 197 if ((mask & B_FONT_FACE) != 0) { in ReadFontFromLink() 758 if ((flags & B_FONT_FACE) != 0) in SetFont()
|
H A D | ServerPicture.cpp | 885 canvas->CurrentState()->SetFont(font, B_FONT_FACE); in set_font_face() 1261 if (mask & B_FONT_FACE) { in WriteFontState()
|
H A D | PictureBoundingBoxPlayer.cpp | 724 state->GetDrawState()->SetFont(font, B_FONT_FACE); in set_font_face()
|
/haiku/src/kits/interface/textview_support/ |
H A D | StyleBuffer.cpp | 170 if ((mode & B_FONT_FACE) != 0) in SetStyleFromMode()
|
/haiku/headers/os/interface/ |
H A D | View.h | 67 B_FONT_FACE = 0x00000040, enumerator
|
/haiku/src/apps/stylededit/ |
H A D | StyledEditWindow.cpp | 1920 fTextView->SetFontAndColor(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_FACE); in _SetFontStyle()
|
/haiku/src/kits/interface/ |
H A D | View.cpp | 216 if (font_flags & B_FONT_FACE) in UpdateServerFontState() 2896 if (mask & B_FONT_FACE) in SetFont()
|
/haiku/docs/user/interface/ |
H A D | View.dox | 244 \var B_FONT_FACE 2586 - \c B_FONT_FACE
|