Searched refs:be_fixed_font (Results 1 - 25 of 31) sorted by relevance

12

/haiku/src/apps/terminal/
H A DThemeView.cpp153 array->runs[0].font = *be_fixed_font;
157 array->runs[1].font = *be_fixed_font;
161 array->runs[2].font = *be_fixed_font;
165 array->runs[3].font = *be_fixed_font;
169 array->runs[4].font = *be_fixed_font;
173 array->runs[5].font = *be_fixed_font;
177 array->runs[6].font = *be_fixed_font;
181 array->runs[7].font = *be_fixed_font;
187 array->runs[8].font = *be_fixed_font;
191 array->runs[9].font = *be_fixed_font;
[all...]
H A DPrefHandler.cpp122 // TODO: If no fixed font is available, be_fixed_font
124 if (IsFontUsable(be_fixed_font))
125 _ConfirmFont(be_fixed_font);
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp52 fTime->SetFont(be_fixed_font);
57 connectedSince->SetFont(be_fixed_font);
70 fBytesReceived->SetFont(be_fixed_font);
75 fPacketsReceived->SetFont(be_fixed_font);
86 fBytesSent->SetFont(be_fixed_font);
91 fPacketsSent->SetFont(be_fixed_font);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp234 fFramesTable->SetFont(B_FONT_ROW, be_fixed_font);
238 float addressWidth = be_fixed_font->StringWidth("0xffffffff00000000")
H A DRegistersView.cpp391 fRegisterTable->SetFont(B_FONT_ROW, be_fixed_font);
400 be_fixed_font->StringWidth("0xffffffff00000000") + padding, 40, 1000,
H A DConsoleOutputView.cpp242 run.runs[0].font = be_fixed_font;
H A DImageListView.cpp303 fImagesTable->SetFont(B_FONT_ROW, be_fixed_font);
H A DBreakpointListView.cpp456 fBreakpointsTable->SetFont(B_FONT_ROW, be_fixed_font);
H A DImageFunctionsView.cpp816 fFunctionsTable->SetFont(B_FONT_ROW, be_fixed_font);
H A DVariablesView.cpp2558 fVariableTable->SetFont(B_FONT_ROW, be_fixed_font);
2565 be_fixed_font->StringWidth("VariableName") + padding, 40, 1000,
2568 be_fixed_font->StringWidth("0xffffffff00000000") + padding, 40, 1000,
2571 be_fixed_font->StringWidth("std::vector<int32_t>") + padding, 40, 1000,
/haiku/src/preferences/bluetooth/
H A DDeviceListItem.cpp73 owner->SetFont(be_fixed_font);
/haiku/src/apps/serialconnect/
H A DTermView.cpp130 BFont font = be_fixed_font;
329 SetFont(be_fixed_font);
335 fFontWidth = (int)be_fixed_font->StringWidth("X");
/haiku/src/apps/mail/
H A DSettings.cpp80 fContentFont(be_fixed_font)
H A DContent.cpp2077 be_fixed_font->GetHasGlyphs(text, numberOfCharacters, boolArray);
2096 SetFontAndColor(0, textLength, be_fixed_font);
2100 newTextRect.right = newTextRect.left + be_fixed_font->StringWidth("m") * 72;
H A DMailApp.cpp119 fContentFont(be_fixed_font),
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp52 SetFont(be_fixed_font);
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp259 BFont font(be_fixed_font);
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp156 owner->SetFont(be_fixed_font);
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp96 fCurrentFont = *be_fixed_font;
/haiku/headers/os/interface/
H A DFont.h326 extern const BFont* be_fixed_font;
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp437 return *be_fixed_font;
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp153 SetFont(be_fixed_font);
154 fCharWidth = be_fixed_font->StringWidth("a");
156 be_fixed_font->GetHeight(&fontHeight);
/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp455 B_TRANSLATE("Fixed font:"), true, be_fixed_font);
638 != fSettings->GetValue("fixed font", *be_fixed_font));
854 *be_fixed_font), defaultFixedFontSize);
/haiku/src/apps/diskprobe/
H A DDataView.cpp873 BFont font = be_fixed_font;
1001 BFont font = be_fixed_font;
1412 BFont font = be_fixed_font;
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp498 font = be_fixed_font;

Completed in 154 milliseconds

12