Searched refs:fFont (Results 1 - 21 of 21) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp28 fFont(*be_plain_font)
36 fFont(font)
58 float width = ceilf(fFont.StringWidth(legend->String()));
73 view->SetFont(&fFont);
83 fFont.GetHeight(&fh);
86 fEmWidth = ceilf(fFont.StringWidth("m", 1));
H A DStringChartLegend.h43 BFont fFont; member in class:StringChartLegendRenderer
/haiku/src/apps/fontdemo/
H A DFontDemoView.h30 const float FontSize() const { return fFont.Size(); }
36 const float Shear() const { return fFont.Shear(); }
39 const float Rotation() const { return fFont.Rotation(); }
62 BFont fFont; member in class:FontDemoView
H A DFontDemoView.cpp74 SetFont(&fFont, B_FONT_ALL);
80 fFont.GetGlyphShapes(fString, size, fShapes);
82 fFont.GetBoundingBoxesAsGlyphs(fString, size, B_SCREEN_METRIC, boundBoxes);
93 fFont.GetEdges(fString.String(), size, edgeInfo);
94 fFont.GetEscapements(fString.String(), size, /*escapeDeltas,*/ escapementArray);
97 fFont.GetHeight(&fh);
187 fFont.SetFamilyAndStyle(family, style);
204 fFont.SetFamilyAndStyle(family, style);
351 fFont.SetSize(size);
358 fFont
[all...]
/haiku/src/servers/app/
H A DDrawState.cpp67 fUnscaledFontSize = fFont.Size();
98 fFont(other.fFont),
157 fFont.SetFamilyAndStyle(fontID, fontManager);
164 fFont.SetSize(fUnscaledFontSize * fCombinedScale);
170 fFont.SetShear(shear);
176 fFont.SetRotation(rotation);
182 fFont.SetFalseBoldWidth(falseBoldWidth);
188 fFont.SetSpacing(spacing);
194 fFont
[all...]
H A DDrawState.h144 { return fFont; }
205 ServerFont fFont; member in class:DrawState
/haiku/src/preferences/screen/
H A DAlertWindow.h36 BFont fFont; member in class:AlertWindow
H A DAlertWindow.cpp39 fFont = fOriginalFont;
40 fFont.SetFace(B_BOLD_FACE);
116 TextView()->SetFontAndColor(0, str1.Length(), &fFont, B_FONT_ALL);
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.cpp13 fFont(),
39 fFont(other.fFont),
69 return fFont == other.fFont
101 if (fFont == font)
108 ret->fFont = font;
135 fFont.GetHeight(&fontHeight);
162 fFont.GetHeight(&fontHeight);
H A DCharacterStyleData.h49 { return fFont; }
112 BFont fFont; member in class:CharacterStyleData
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.h40 { return fFont; }
92 ServerFont fFont; member in class:AGGTextRenderer
H A DAGGTextRenderer.cpp76 fFont = font;
182 ps.width(fRenderer.fFont.Size() / 12.0f);
404 bool underscore = fFont.Face() & B_UNDERSCORE_FACE;
411 GlyphLayoutEngine::LayoutGlyphs(renderer, fFont, string, length, INT32_MAX,
412 delta, fFont.Spacing(), NULL, cacheReference);
443 bool underscore = fFont.Face() & B_UNDERSCORE_FACE;
450 GlyphLayoutEngine::LayoutGlyphs(renderer, fFont, string, length, INT32_MAX,
451 NULL, fFont.Spacing(), offsets, cacheReference);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.h111 const BFont *fFont);
/haiku/src/apps/soundrecorder/
H A DTrackSlider.h66 BFont fFont; member in class:TrackSlider
H A DTrackSlider.cpp31 fFont.SetSize(8.0);
32 fFont.SetFlags(B_DISABLE_ANTIALIASING);
40 fFont.SetFamilyAndFace(family, B_REGULAR_FACE);
139 int32 halfwidth = ((int32)fFont.StringWidth(string)) / 2;
184 SetFont(&fFont);
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp71 fFont = *fontserver->GetSystemPlain();
275 //fFont.SetFamilyAndStyle(font.GetFamily(), font.GetStyle());
276 fFont.SetSpacing(font.Spacing());
277 fFont.SetShear(font.Shear());
278 fFont.SetRotation(font.Rotation());
279 fFont.SetSize(font.Size());
288 fFont = font;
782 transform.ShearBy(B_ORIGIN, (90.0 - fFont.Shear()) * PI / 180.0, 0.0);
783 transform.RotateBy(B_ORIGIN, -fFont.Rotation() * PI / 180.0);
803 transform.RotateBy(B_ORIGIN, -fFont
[all...]
H A DPainter.h310 ServerFont fFont; member in class:Painter
/haiku/src/apps/mail/
H A DPrefs.h114 BFont fFont; member in class:TPrefsWindow
H A DContent.h186 const BFont *Font() const { return &fFont; }
221 BFont fFont; member in class:TTextView
H A DPrefs.cpp125 fFont(*fNewFont),
314 fFont.GetFamilyAndStyle(&old_family, &old_style);
316 old_size = (int32)fFont.Size();
511 fFont.GetFamilyAndStyle(&old_family, &old_style);
513 old_size = (int32) fFont.Size();
H A DContent.cpp797 fFont(font),
859 fFont = *newFont;
875 fFont.SetSpacing(B_FIXED_SPACING);
876 SetFontAndColor(&fFont);
2084 fFont.GetHasGlyphs(text, numberOfCharacters, boolArray);
2094 SetFontAndColor(0, textLength, &fFont);
2193 SetFontAndColor(0, textLength, &fFont);
2688 style.runs[0].font = fFont;
2950 BFont font(fFont);

Completed in 116 milliseconds