Searched refs:SetFontAndColor (Results 1 - 25 of 51) sorted by relevance

123

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DTextViewTest.cpp148 fTextView->SetFontAndColor(&font);
150 fTextView->SetFontAndColor(&font);
/haiku/src/preferences/virtualmemory/
H A DVirtualMemory.cpp52 view->SetFontAndColor(0, 13, &font);
/haiku/src/preferences/screen/
H A DAlertWindow.cpp113 TextView()->SetFontAndColor(0, str1.Length() + 1, &fOriginalFont,
116 TextView()->SetFontAndColor(0, str1.Length(), &fFont, B_FONT_ALL);
/haiku/src/apps/bootmanager/
H A DWizardPageView.cpp91 view->SetFontAndColor(0, indexFirstLineEnd, &font, B_FONT_ALL,
96 view->SetFontAndColor(indexFirstLineEnd + 1, view->TextLength(),
/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...]
H A DHyperTextView.cpp39 view->SetFontAndColor(startOffset, endOffset, &font, B_FONT_FACE);
53 view->SetFontAndColor(startOffset, endOffset, &font, B_FONT_FACE);
/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);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DTextInputValueView.cpp96 TextView()->SetFontAndColor(NULL, 0, &textColor);
/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/apps/cortex/support/
H A DTextControlFloater.cpp137 m_control->TextView()->SetFontAndColor(font);
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp286 textView->SetFontAndColor(&font, B_FONT_ALL, &state->color);
288 textView->SetFontAndColor(&font, B_FONT_ALL, NULL);
351 fTextView->SetFontAndColor(&font, B_FONT_ALL, &color);
359 fShadowTextView->SetFontAndColor(&font, B_FONT_ALL, &shadow);
/haiku/src/kits/interface/
H A DToolTip.cpp224 fTextView->SetFontAndColor(NULL, 0, &color);
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp51 message->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp84 view->SetFontAndColor(0, name.Length(), &font);
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp214 fInfoText->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
344 view->SetFontAndColor(offsets[i], offsets[i] + strlen(labels[i]), &font);
407 fInfoText->SetFontAndColor(be_plain_font, B_FONT_ALL, &color);
/haiku/src/servers/keystore/
H A DAppAccessRequestWindow.cpp85 message->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
H A DKeyRequestWindow.cpp113 message->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/preferences/screensaver/
H A DPreviewView.cpp74 fNoPreview->SetFontAndColor(be_plain_font, B_FONT_ALL, &kWhite);
/haiku/src/servers/debug/
H A DDebugWindow.cpp54 message->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/add-ons/screen_savers/leaves/
H A DLeaves.cpp146 textView->SetFontAndColor(0, name.Length(), be_bold_font);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp128 textView->SetFontAndColor(0, screenSaverName.Length(), be_bold_font);
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp115 helpText->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/apps/pulse/
H A DPulseApp.cpp242 view->SetFontAndColor(0, name.Length(), &font);
/haiku/src/apps/pairs/
H A DPairsWindow.cpp327 view->SetFontAndColor(0,

Completed in 243 milliseconds

123