Searched refs:font (Results 151 - 175 of 293) sorted by relevance

1234567891011>>

/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp69 TimeZoneListItem::Update(BView* owner, const BFont* font) argument
72 BStringItem::Update(owner, font);
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.h20 BFont font; // font member in struct:STEStyle
113 void GetNullStyle(const BFont** font,
/haiku/src/apps/serialconnect/
H A DTermView.cpp130 BFont font = be_fixed_font; local
132 font.SetFace(B_BOLD_FACE);
134 font.SetFace(B_UNDERSCORE_FACE);
136 font.SetFace(B_ITALIC_FACE);
138 font.SetFace(B_OUTLINED_FACE);
143 font.SetFace(B_NEGATIVE_FACE);
146 font.SetFace(B_STRIKEOUT_FACE);
148 // TODO handle "font" (alternate fonts), dwl and dhl (double size)
150 SetFont(&font);
/haiku/src/apps/terminal/
H A DTermWindow.cpp433 BFont font; local
434 view->GetTermFont(&font);
436 float size = font.Size();
676 TermWindow::_GetPreferredFont(BFont& font) argument
679 font = be_fixed_font;
687 font.SetFamilyAndStyle(family, style);
688 font.SetSize(atoi(size));
690 // mark the font size menu item
906 BFont font; local
907 _GetPreferredFont(font);
934 BFont font; local
1137 BFont font; local
1361 BFont font; local
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp58 BFont font; local
59 GetFont(&font);
61 font.GetHeight(&fh);
64 SliderView::GetSliderButtonDimensions(Max(), FormatString(), &font, local
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h22 virtual void Update(BView* owner, const BFont* font);
/haiku/src/preferences/locale/
H A DLanguageListView.h53 virtual void Update(BView* owner, const BFont* font);
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.h38 void SetFont(const ServerFont &font);
97 // rotated or sheared font?
H A DAGGTextRenderer.cpp74 AGGTextRenderer::SetFont(const ServerFont& font) argument
76 fFont = font;
81 (90.0 - font.Shear()) * M_PI / 180.0, 0.0);
83 -font.Rotation() * M_PI / 180.0);
85 fContour.width(font.FalseBoldWidth() * 2.0);
/haiku/src/preferences/printers/
H A DPrinterListView.h81 void Update(BView* owner, const BFont* font);
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.h47 CharacterStyleDataRef SetFont(const BFont& font);
53 // Returns the ascent of the configured font, unless the ascent
59 // Returns the descent of the configured font, unless the descent
119 // font size. Instead of the character, one could render an icon
H A DCharacterStyleData.cpp99 CharacterStyleData::SetFont(const BFont& font) argument
101 if (fFont == font)
108 ret->fFont = font;
/haiku/src/preferences/mail/
H A DConfigWindow.h44 void Update(BView* owner, const BFont* font);
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp81 BFont font = be_plain_font; local
83 font.GetHeight(&finfo);
151 BFont font = be_plain_font; local
153 font.GetHeight(&finfo);
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderView.cpp66 BFont font(be_plain_font);
67 font.SetShear(110.0);
68 title->SetFont(&font);
/haiku/src/apps/processcontroller/
H A DMemoryBarMenuItem.cpp77 BFont font; local
78 menu->GetFont(&font);
79 BRect rect = bar_rect(frame, &font);
H A DTeamBarMenuItem.cpp84 BFont font; local
85 menu->GetFont(&font);
86 frame = bar_rect(frame, &font);
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp138 InterfaceListItem::Update(BView* owner, const BFont* font) argument
140 BListItem::Update(owner, font);
142 font->GetHeight(&height);
/haiku/src/kits/interface/
H A DTextView.cpp1592 BTextView::SetFontAndColor(const BFont* font, uint32 mode, argument
1595 SetFontAndColor(fSelStart, fSelEnd, font, mode, color);
1601 const BFont* font, uint32 mode, const rgb_color* color)
1629 _ApplyStyleRange(startOffset, endOffset, mode, font, color);
1727 runArray->runs[i].font = styleRange->runs[i].style.font;
2033 // style's font height or fall back to the plain font.
2034 const BFont* font; local
2035 fStyles->GetNullStyle(&font, NUL
1600 SetFontAndColor(int32 startOffset, int32 endOffset, const BFont* font, uint32 mode, const rgb_color* color) argument
3185 BFont font; local
3996 const BFont* font = NULL; local
4319 const BFont* font = NULL; local
4443 const BFont* font = NULL; local
5433 _NormalizeFont(BFont* font) argument
5880 _ApplyStyleRange(int32 fromOffset, int32 toOffset, uint32 mode, const BFont* font, const rgb_color* color, bool syncNullStyle) argument
5910 const BFont* font = NULL; local
[all...]
/haiku/src/preferences/media/
H A DMediaListItem.cpp109 BFont font = be_plain_font; local
111 font.GetHeight(&fontInfo);
113 onto->SetFont(&font);
157 MediaListItem::Update(BView* owner, const BFont* font) argument
161 BListItem::Update(owner, font);
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp515 // use menu font (parent font not available yet)
518 BFont font; local
519 font.SetFamilyAndStyle(info.f_family, info.f_style);
520 font.SetSize(info.font_size);
521 fLabelWidth = ceilf(font.StringWidth(name));
523 font.GetHeight(&fontHeight);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp510 BFont font(be_plain_font);
512 font.SetSize(font.Size() - 2.0);
513 font.GetHeight(&fh);
516 target->SetFont(&font);
584 BFont font(be_plain_font);
586 font.SetSize(font.Size() - 2.0);
587 font.GetHeight(&fh);
588 p.x -= font
[all...]
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp387 BFont font(be_plain_font);
389 font.SetSpacing(B_BITMAP_SPACING);
390 SetFont(&font);
585 BFont font; local
586 GetFont(&font);
594 if (font.StringWidth(fPathStr.String()) > maxWidth) {
611 if (font.StringWidth(fLinkToStr.String()) > maxWidth) {
624 && font.StringWidth(fDescStr.String()) > maxWidth) {
832 // Draw the attribute font stuff
1051 BFont font; local
[all...]
/haiku/src/apps/mail/
H A DContent.cpp395 int32 length, const BFont& font, text_run_array* style, int32 maxStyles)
486 runs[index].font = font;
510 runs[index].font = font;
584 TContentView::TContentView(bool incoming, BFont* font,
596 fTextView = new TTextView(fIncoming, this, font, showHeader,
687 BFont *font;
688 msg->FindPointer("font", (void **)&font);
[all...]
/haiku/headers/libs/glut/GL/
H A Dglut.h364 /* Stroke font constants (use these in GLUT program). */
368 /* Bitmap font constants (use these in GLUT program). */
379 /* Stroke font opaque addresses (use constants instead in source code). */
383 /* Stroke font constants (use these in GLUT program). */
387 /* Bitmap font opaque addresses (use constants instead in source code). */
396 /* Bitmap font constants (use these in GLUT program). */
681 /* GLUT font sub-API */
682 GLUTAPI void GLUTAPIENTRY glutBitmapCharacter(void *font, int character);
683 GLUTAPI int GLUTAPIENTRY glutBitmapWidth(void *font, int character);
684 GLUTAPI void GLUTAPIENTRY glutStrokeCharacter(void *font, in
[all...]

Completed in 131 milliseconds

1234567891011>>