Searched refs:B_FONT_SIZE (Results 1 - 20 of 20) sorted by relevance

/haiku/src/kits/tracker/
H A DMiniMenuField.cpp51 SetFont(be_plain_font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE);
H A DStatusWindow.cpp689 SetFont(&font, B_FONT_SIZE);
695 SetFont(&font, B_FONT_SIZE);
723 SetFont(&font, B_FONT_SIZE);
732 SetFont(&font, B_FONT_SIZE);
/haiku/src/libs/print/libprint/
H A DBlockingWindow.cpp132 v->SetFontAndColor(0, s-text+1, &font, B_FONT_SIZE);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp405 fFilename->SetFont(&font, B_FONT_SIZE);
412 fFormat->SetFont(&font, B_FONT_SIZE);
420 fCompression->SetFont(&font, B_FONT_SIZE);
427 fChannels->SetFont(&font, B_FONT_SIZE);
435 fSampleSize->SetFont(&font, B_FONT_SIZE);
443 fSampleRate->SetFont(&font, B_FONT_SIZE);
450 fDuration->SetFont(&font, B_FONT_SIZE);
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp173 if ((mode & B_FONT_SIZE) != 0)
527 if ((mode & B_FONT_SIZE) != 0) {
529 mode &= ~B_FONT_SIZE;
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp173 SetFont(&font, B_FONT_SIZE);
296 fInfoView->SetFont(&font, B_FONT_SIZE);
H A DBrowserWindow.cpp546 fStatusText->SetFont(&font, B_FONT_SIZE);
/haiku/src/servers/app/
H A DDrawState.cpp160 if ((mask & B_FONT_SIZE) != 0) {
741 if ((flags & B_FONT_SIZE) != 0) {
H A DServerPicture.cpp831 canvas->CurrentState()->SetFont(font, B_FONT_SIZE);
1232 if (mask & B_FONT_SIZE) {
H A DPictureBoundingBoxPlayer.cpp660 state->GetDrawState()->SetFont(font, B_FONT_SIZE);
/haiku/src/kits/interface/
H A DAboutWindow.cpp173 fNameView->SetFont(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE
H A DBox.cpp651 flags |= B_FONT_SIZE;
H A DTextControl.cpp1086 flags |= B_FONT_SIZE;
H A DView.cpp198 if (font_flags & B_FONT_SIZE)
485 SetFont(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE
2878 if (mask & B_FONT_SIZE)
2946 SetFont(&font, B_FONT_SIZE);
H A DMenu.cpp1536 SetFont(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE);
H A DTextView.cpp1631 if ((mode & (B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE)) != 0) {
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp106 fListStatusView->SetFont(&font, B_FONT_SIZE);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp741 if (sameProperties & B_FONT_SIZE) {
1857 fTextView->SetFontAndColor(&font, B_FONT_SIZE);
/haiku/headers/os/interface/
H A DView.h62 B_FONT_SIZE = 0x00000002, enumerator in enum:set_font_mask
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp92 B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE | B_FONT_FLAGS);

Completed in 231 milliseconds