Searched refs:SetSpacing (Results 1 - 25 of 74) sorted by relevance

123

/haiku/src/apps/haikudepot/textview/
H A DBullet.h24 bool SetSpacing(float spacing);
H A DBulletData.h33 BulletDataRef SetSpacing(float spacing);
H A DBullet.cpp87 Bullet::SetSpacing(float spacing) function in class:Bullet
89 BulletDataRef data = fBulletData->SetSpacing(spacing);
H A DBulletData.cpp69 BulletData::SetSpacing(float spacing) function in class:BulletData
/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.h27 void SetSpacing(float insetFromBorder,
/haiku/src/tests/servers/app/font_spacing/
H A Dmain.cpp70 font.SetSpacing(B_STRING_SPACING);
74 font.SetSpacing(B_CHAR_SPACING);
/haiku/src/tests/kits/interface/bfont/
H A DGetBoundingBoxesTest.cpp55 font.SetSpacing(B_CHAR_SPACING);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DControlTest.cpp55 group->SetSpacing(0, 8);
H A DTextControlTest.cpp59 group->SetSpacing(0, 8);
H A DTextViewTest.cpp61 group->SetSpacing(0, 4);
H A DScrollBarTest.cpp63 vGroup->SetSpacing(0, 4);
H A DMenuBarTest.cpp50 group->SetSpacing(0, 8);
H A DSliderTest.cpp182 group->SetSpacing(0, 4);
191 vGroup->SetSpacing(0, 4);
214 vGroup->SetSpacing(0, 4);
H A DMenuFieldTest.cpp71 group->SetSpacing(0, 8);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DCheckBox.cpp65 SetSpacing(8, 0);
H A DGroupView.h19 void SetSpacing(float horizontal, float vertical);
/haiku/src/apps/fontdemo/
H A DFontDemoView.h46 void SetSpacing(float space);
H A DFontDemoView.cpp244 SetSpacing(space);
384 FontDemoView::SetSpacing(float space) function in class:FontDemoView
/haiku/src/tests/kits/opengl/glinfo/
H A DOpenGLView.cpp55 GroupLayout()->SetSpacing(0);
/haiku/headers/os/interface/
H A DGroupLayout.h18 void SetSpacing(float spacing);
H A DSplitView.h29 void SetSpacing(float spacing);
/haiku/src/kits/interface/
H A DGroupLayout.cpp42 SetSpacing(spacing);
70 BGroupLayout::SetSpacing(float spacing) function in class:BGroupLayout
/haiku/src/servers/keystore/
H A DKeyRequestWindow.cpp61 rootLayout->SetSpacing(inset);
62 layout->SetSpacing(inset, inset);
/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.cpp101 fTopSwatchViews->SetSpacing(0, 0);
104 fBottomSwatchViews->SetSpacing(0, 0);
/haiku/headers/libs/alm/
H A DALMLayoutBuilder.h51 BALMLayoutBuilder& SetSpacing(float horizontal, float vertical);

Completed in 874 milliseconds

123