Searched refs:SetFontAndColor (Results 26 - 50 of 51) sorted by relevance

123

/haiku/src/apps/packageinstaller/
H A DPackageView.cpp485 packageDescriptionView->SetFontAndColor(be_plain_font, B_FONT_ALL,
509 fInstallTypeDescriptionView->SetFontAndColor(&font, B_FONT_ALL,
/haiku/headers/os/interface/
H A DTextView.h134 void SetFontAndColor(const BFont* font,
137 void SetFontAndColor(int32 startOffset,
/haiku/src/preferences/printers/
H A DTestPageView.cpp278 statusView->SetFontAndColor(0, strlen(title), &font);
/haiku/src/apps/deskcalc/
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);
H A DExpressionTextView.cpp44 SetFontAndColor(be_bold_font, B_FONT_ALL);
/haiku/src/apps/mail/
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);
H A DSignature.cpp174 fSigView->fTextView->SetFontAndColor(font);
H A DAddressTextControl.cpp346 SetFontAndColor(0, baseUrlStart, &font, B_FONT_ALL, &gray);
349 SetFontAndColor(baseUrlStart, baseUrlEnd, &font, B_FONT_ALL, &black);
353 SetFontAndColor(baseUrlEnd, TextLength(), &font, B_FONT_ALL, &gray);
950 fTextView->SetFontAndColor(&font, B_FONT_ALL, &textColor);
H A DHeader.cpp262 textView->SetFontAndColor(&font, B_FONT_ALL, &textColor);
/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/preferences/time/
H A DNetworkTimeView.cpp329 fServerTextControl->TextView()->SetFontAndColor(0,
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp149 fInfoTextView->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/kits/interface/
H A DAboutWindow.cpp596 infoView->SetFontAndColor(textLength, textLength + strlen(header),
H A DAlert.cpp495 fTextView->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
H A DTextControl.cpp1055 fText->SetFontAndColor(&font, B_FONT_ALL, &textColor);
H A DAbstractSpinner.cpp1614 fTextView->SetFontAndColor(&font, B_FONT_ALL, &textColor);
/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/preferences/mail/
H A DConfigWindow.cpp390 fHowToTextView->SetFontAndColor(&font, B_FONT_ALL, &textColor);
538 fHowToTextView->SetFontAndColor(&font, 0, &textColor);
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp555 fFadeNeverText->SetFontAndColor(be_plain_font, 0, &color);
556 fFadeNowText->SetFontAndColor(be_plain_font, 0, &color);
/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/networkstatus/
H A DNetworkStatusView.cpp369 view->SetFontAndColor(0, boldLength, &font);
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp289 fTextControl->TextView()->SetFontAndColor(&font);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp729 infoView->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp126 fListingText->SetFontAndColor(&font);
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp688 infoView->SetFontAndColor(be_plain_font, B_FONT_ALL, &textColor);

Completed in 145 milliseconds

123