Searched refs:B_UNDERSCORE_FACE (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.cpp418 if ((underline && (face & B_UNDERSCORE_FACE) != 0)
419 || (!underline && (face & B_UNDERSCORE_FACE) == 0)) {
425 neededFace |= B_UNDERSCORE_FACE;
428 neededFace &= ~B_UNDERSCORE_FACE;
435 // TODO: re-enable this instead of using B_UNDERSCORE_FACE when TextDocumentView actually
/haiku/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp47 PRINT_FACE_FLAG(B_UNDERSCORE_FACE);
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp404 bool underscore = fFont.Face() & B_UNDERSCORE_FACE;
443 bool underscore = fFont.Face() & B_UNDERSCORE_FACE;
/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp38 font.SetFace(B_UNDERSCORE_FACE);
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp281 face |= B_UNDERSCORE_FACE;
/haiku/headers/os/interface/
H A DFont.h81 B_UNDERSCORE_FACE = 0x0002, enumerator in enum:__anon6
/haiku/src/kits/print/
H A DPicturePrinter.cpp422 PRINT_FLAG(B_UNDERSCORE_FACE);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp386 fUnderlineItem->SetMarked((font.Face() & B_UNDERSCORE_FACE) != 0);
411 fUnderlineItem->SetMarked((font.Face() & B_UNDERSCORE_FACE) != 0);
771 fUnderlineItem->SetMarked((font.Face() & B_UNDERSCORE_FACE) != 0);
1916 face |= B_UNDERSCORE_FACE;
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp468 set_font_face(fCurrentRun->font, B_UNDERSCORE_FACE, command->Option() != 0);
778 if (fontFace & B_UNDERSCORE_FACE)
/haiku/src/apps/serialconnect/
H A DTermView.cpp134 font.SetFace(B_UNDERSCORE_FACE);

Completed in 107 milliseconds