Searched refs:SetFontAndColor (Results 1 - 25 of 51) sorted by last modified time

123

/haiku/src/apps/diskprobe/
H A DProbeView.cpp451 fTypeControl->TextView()->SetFontAndColor(&plainFont);
480 fPositionControl->TextView()->SetFontAndColor(&plainFont);
501 fOffsetControl->TextView()->SetFontAndColor(&plainFont);
517 fFileOffsetControl->TextView()->SetFontAndColor(&plainFont);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp813 fUptimeView->SetFontAndColor(NULL, 0, &fDesktopTextColor);
898 fUptimeView->SetFontAndColor(NULL, 0, &fDesktopTextColor);
914 fUptimeView->SetFontAndColor(NULL, 0, &textColor);
1005 textView->SetFontAndColor(be_plain_font, B_FONT_FAMILY_AND_STYLE);
1409 fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &fHaikuYellowColor);
1412 fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &fTextColor);
1456 fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL,
1470 fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL,
1526 fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &fTextColor);
1582 fCreditsView->SetFontAndColor(
[all...]
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp381 SetFontAndColor(0, baseUrlStart, &font, B_FONT_ALL, &urlColor);
384 SetFontAndColor(baseUrlStart, baseUrlEnd, &font, B_FONT_ALL,
389 SetFontAndColor(baseUrlEnd, TextLength(), &font, B_FONT_ALL,
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp44 SetFontAndColor(be_bold_font, B_FONT_ALL);
H A DCalcView.cpp410 fExpressionTextView->SetFontAndColor(start, end, NULL, 0,
412 fExpressionTextView->SetFontAndColor(start + dot - 1,
455 fExpressionTextView->SetFontAndColor(NULL, 0, &fontColor);
758 fExpressionTextView->SetFontAndColor(&font, B_FONT_ALL, &fontColor);
/haiku/src/kits/interface/
H A DTextView.cpp1592 BTextView::SetFontAndColor(const BFont* font, uint32 mode, function in class:BTextView
1595 SetFontAndColor(fSelStart, fSelEnd, font, mode, color);
1600 BTextView::SetFontAndColor(int32 startOffset, int32 endOffset, function in class:BTextView
H A DAbstractSpinner.cpp1614 fTextView->SetFontAndColor(&font, B_FONT_ALL, &textColor);
H A DAlert.cpp495 fTextView->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
H A DAboutWindow.cpp596 infoView->SetFontAndColor(textLength, textLength + strlen(header),
/haiku/headers/os/interface/
H A DTextView.h134 void SetFontAndColor(const BFont* font,
137 void SetFontAndColor(int32 startOffset,
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp47 fText->SetFontAndColor(be_plain_font, B_FONT_ALL, &color);
130 fText->SetFontAndColor(be_plain_font, B_FONT_ALL, &color);
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp84 view->SetFontAndColor(0, name.Length(), &font);
/haiku/src/apps/mail/
H A DHeader.cpp262 textView->SetFontAndColor(&font, B_FONT_ALL, &textColor);
H A DContent.cpp876 SetFontAndColor(&fFont);
2094 SetFontAndColor(0, textLength, &fFont);
2096 SetFontAndColor(0, textLength, be_fixed_font);
2193 SetFontAndColor(0, textLength, &fFont);
2860 SetFontAndColor(nextHighlight, end, NULL, B_FONT_ALL, &normalColor);
2952 SetFontAndColor(start, end, &font, B_FONT_ALL, &kSpellTextColor);
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp51 message->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/servers/debug/
H A DDebugWindow.cpp54 message->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp126 fListingText->SetFontAndColor(&font);
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp369 view->SetFontAndColor(0, boldLength, &font);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp729 infoView->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp688 infoView->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp149 fInfoTextView->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp129 fPreviewTextView->SetFontAndColor(&fCurrentFont);
308 fPreviewTextView->SetFontAndColor(&fCurrentFont);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1857 fTextView->SetFontAndColor(&font, B_FONT_SIZE);
1870 fTextView->SetFontAndColor(&font, 0, color);
1920 fTextView->SetFontAndColor(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_FACE);
/haiku/src/apps/pairs/
H A DPairsWindow.cpp327 view->SetFontAndColor(0,
/haiku/src/libs/print/libprint/
H A DBlockingWindow.cpp123 v->SetFontAndColor(i, i+1, NULL, 0, &blue);
124 v->SetFontAndColor(i+1, i+2, NULL, 0, &red);
132 v->SetFontAndColor(0, s-text+1, &font, B_FONT_SIZE);

Completed in 137 milliseconds

123