Searched refs:Spacing (Results 1 - 25 of 29) sorted by relevance

12

/haiku/src/apps/haikudepot/textview/
H A DBullet.h25 float Spacing() const;
H A DBullet.cpp91 return data->Spacing() == spacing;
99 Bullet::Spacing() const function in class:Bullet
101 return fBulletData->Spacing();
H A DBulletData.h34 inline float Spacing() const function in class:BulletData
/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp103 *_width = Menu()->Bounds().Width() - IconRect().Width() - Spacing() * 4;
128 bounds.top += roundf(Spacing() / 2); // center inside menu field vertically
129 bounds.right -= Spacing() * 3; // move inside menu field horizontally
143 StatusMenuItem::Spacing() function in class:StatusMenuItem
H A DStatusMenuField.h37 float Spacing();
/haiku/src/apps/pairs/
H A DPairsView.h54 int32 Spacing() const { return fIconSize / 6; }; function in class:PairsView
H A DPairsView.cpp133 int32 spacing = Spacing();
251 int32 spacing = Spacing();
269 int32 spacing = Spacing();
H A DPairsWindow.cpp353 int32 spacing = fPairsView->Spacing();
/haiku/src/apps/fontdemo/
H A DFontDemoView.h47 const float Spacing() const { return fSpacing; } function in class:FontDemoView
H A DFontDemoView.cpp155 * FontSize() + Spacing();
/haiku/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp41 printf("\t\tspacing: %u\n", font.Spacing());
/haiku/headers/os/interface/
H A DGroupLayout.h17 float Spacing() const;
H A DSplitView.h28 float Spacing() const;
H A DFont.h203 uint8 Spacing() const;
/haiku/src/bin/
H A Dlistfont.cpp128 printf(" 0x%02x %-4d %-4d", face, font.Spacing(), font.Encoding());
/haiku/src/apps/activitymonitor/
H A DActivityWindow.cpp140 ResizeBy(0, firstView->Bounds().Height() + fLayout->Spacing());
153 ResizeBy(0, -view->Bounds().Height() - fLayout->Spacing());
/haiku/src/kits/interface/
H A DSplitView.cpp79 BSplitView::Spacing() const function in class:BSplitView
81 return fSplitLayout->Spacing();
H A DSplitLayout.h36 float Spacing() const;
H A DGroupLayout.cpp63 BGroupLayout::Spacing() const function in class:BGroupLayout
H A DTwoDimensionalLayout.cpp192 float Spacing(CompoundLayouter* compoundLayouter);
839 return ((LocalLayouter*)fLocalLayouters.ItemAt(0))->Spacing(this);
1297 BTwoDimensionalLayout::LocalLayouter::Spacing( function in class:BTwoDimensionalLayout::LocalLayouter
/haiku/src/servers/app/
H A DDrawState.cpp290 info.fontSpacing = fFont.Spacing();
753 fFont.SetSpacing(font.Spacing());
846 printf("\t Spacing: %" B_PRId32 "\n", fFont.Spacing());
H A DServerFont.h49 uint32 Spacing() const function in class:ServerFont
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp412 delta, fFont.Spacing(), NULL, cacheReference);
451 NULL, fFont.Spacing(), offsets, cacheReference);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp120 Add((uint8)font.Spacing());
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp276 fFont.SetSpacing(font.Spacing());

Completed in 129 milliseconds

12