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

/haiku/src/apps/haikudepot/textview/
H A DBulletData.cpp14 fSpacing(0.0f)
22 fSpacing(spacing)
30 fSpacing(other.fSpacing)
42 && fSpacing == other.fSpacing;
71 if (fSpacing == spacing)
78 ret->fSpacing = spacing;
H A DBulletData.h35 { return fSpacing; }
42 float fSpacing; member in class:BulletData
/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.cpp18 fSpacing(0.0)
63 if (fSpacing == childSpacing && fInset == insetFromBorder)
67 fSpacing = childSpacing;
79 r.left -= fSpacing;
81 r.right = r.left + child->Bounds().Width() + 2 * fSpacing;
83 r.left = r.right + 1.0 - fSpacing;
86 r.top -= fSpacing;
88 r.bottom = r.top + child->Bounds().Height() + 2 * fSpacing;
90 r.top = r.bottom + 1.0 - fSpacing;
103 minWidth += fSpacing;
[all...]
H A DGroup.h40 float fSpacing; member in class:Group
/haiku/src/apps/fontdemo/
H A DFontDemoView.h47 const float Spacing() const { return fSpacing; }
57 float fSpacing; member in class:FontDemoView
H A DFontDemoView.cpp33 fSpacing(0.0),
386 fSpacing = space;
/haiku/src/kits/interface/layouter/
H A DCollapsingLayouter.h59 float fSpacing; member in class:BPrivate::Layout::CollapsingLayouter
H A DCollapsingLayouter.cpp120 fSpacing(spacing),
236 CollapsingLayouter* clone = new CollapsingLayouter(fElementCount, fSpacing);
273 fLayouter = new ComplexLayouter(fValidElementCount, fSpacing);
275 fLayouter = new SimpleLayouter(fValidElementCount, fSpacing);
H A DComplexLayouter.h68 int32 fSpacing; member in class:BPrivate::Layout::ComplexLayouter
H A DSimpleLayouter.h55 int32 fSpacing; member in class:BPrivate::Layout::SimpleLayouter
H A DSimpleLayouter.cpp118 fSpacing((int32)spacing),
230 location += fSpacing + fLayoutInfo->fElements[i].size;
238 SimpleLayouter* layouter = new SimpleLayouter(fElementCount, fSpacing);
339 int spacing = (fElementCount - 1) * fSpacing;
403 int32 space = fLayoutInfo->fSize - (fElementCount - 1) * fSpacing;
H A DComplexLayouter.cpp40 fSpacing(spacing)
57 fLocations[i + 1] = fLocations[i] + sizes[i] + fSpacing;
74 - fSpacing;
83 - fSpacing;
98 int32 fSpacing; member in class:ComplexLayouter::MyLayoutInfo
165 fSpacing((int32)spacing),
227 int32 spacing = fSpacing * (length - 1);
300 fSpacing);
326 int32 size = (int32)_size + 1 - (fElementCount - 1) * fSpacing;
365 = new(nothrow) ComplexLayouter(fElementCount, fSpacing);
[all...]
/haiku/src/kits/interface/
H A DSplitLayout.cpp165 fSpacing(BControlLook::ComposeSpacing(spacing)),
207 fSpacing(be_control_look->DefaultItemSpacing()),
257 err = from->FindFloat(kSpacingField, &fSpacing);
298 return fSpacing;
306 if (spacing != fSpacing) {
307 fSpacing = spacing;
615 xSpacing = fSpacing;
619 ySpacing = fSpacing;
769 err = into->AddFloat(kSpacingField, fSpacing);
914 range.sumValue += (int32)fSpacing;
[all...]
H A DFont.cpp508 fSpacing(B_BITMAP_SPACING),
669 fSpacing = spacing;
769 return fSpacing;
1046 link.Attach<uint8>(fSpacing);
1083 link.Attach<uint8>(fSpacing);
1125 link.Attach<uint8>(fSpacing);
1242 link.Attach<uint8>(fSpacing);
1285 link.Attach<uint8>(fSpacing);
1380 fSpacing = font.fSpacing;
[all...]
H A DSplitLayout.h156 float fSpacing; member in class:BSplitLayout
/haiku/src/preferences/network/
H A DNetworkSettingsAddOn.cpp114 fSpacing(0)
147 BPoint labelLocation = bounds.LeftTop() + BPoint(fSpacing, fLineOffset);
172 owner->MovePenBy(fSpacing, 0);
186 fSpacing = be_control_look->DefaultLabelSpacing();
196 SetWidth(owner->StringWidth(fLabel) + 2 * fSpacing
/haiku/src/servers/app/
H A DServerFont.h50 { return fSpacing; }
94 { fSpacing = value; }
200 uint32 fSpacing; member in class:ServerFont
H A DServerFont.cpp141 fSpacing(spacing),
190 fSpacing = font.fSpacing;
210 && fFlags == other.fFlags && fSpacing == other.fSpacing
776 numChars, NULL, fSpacing)) {
861 numChars, &delta, fSpacing)) {
910 numChars, &delta, fSpacing)) {
1022 numChars, stringEscapement ? &delta : NULL, fSpacing)) {
1049 INT32_MAX, &delta, fSpacing)) {
[all...]
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h121 float fSpacing; member in class:BNetworkKit::BNetworkInterfaceListItem
/haiku/headers/os/interface/
H A DFont.h311 uint8 fSpacing; member in class:BFont

Completed in 130 milliseconds