Home
last modified time | relevance | path

Searched refs:grid (Results 1 – 25 of 81) sorted by relevance

1234

/haiku/src/libs/glut/
H A Dglut_teapot.c148 teapot(GLint grid, GLdouble scale, GLenum type) in teapot() argument
188 glMapGrid2f(grid, 0.0, 1.0, grid, 0.0, 1.0); in teapot()
189 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
192 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
196 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
199 glEvalMesh2(type, 0, grid, 0, grid); in teapot()
/haiku/src/tests/servers/app/benchmark/
H A DTest.cpp30 BRect grid(bounds.InsetByCopy(40, 40)); in SetupClipping() local
31 for (float y = grid.top; y < grid.bottom + 5; y += grid.Height() / 2) { in SetupClipping()
32 for (float x = grid.left; x < grid.right + 5; in SetupClipping()
33 x += grid.Width() / 2) { in SetupClipping()
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp301 BGridView* grid = new BGridView("inner"); in ServerSettingsView() local
302 grid->GridLayout()->SetInsets(B_USE_DEFAULT_SPACING); in ServerSettingsView()
303 box->AddChild(grid); in ServerSettingsView()
307 grid->GridLayout()->AddItem(fInboundNameView->CreateLabelLayoutItem(), in ServerSettingsView()
309 grid->GridLayout()->AddItem(fInboundNameView->CreateTextViewLayoutItem(), in ServerSettingsView()
322 grid->GridLayout()->AddItem(fInboundAuthMenu->CreateLabelLayoutItem(), in ServerSettingsView()
324 grid->GridLayout()->AddItem(fInboundAuthMenu->CreateMenuBarLayoutItem(), in ServerSettingsView()
343 grid->GridLayout()->AddItem( in ServerSettingsView()
345 grid->GridLayout()->AddItem( in ServerSettingsView()
348 grid->GridLayout()->AddItem(BSpaceLayoutItem::CreateGlue(), 0, row); in ServerSettingsView()
[all …]
/haiku/docs/user/interface/
H A DGridView.dox27 \brief Container view for a collection of views organized in a grid.
32 You place views in the grid in a table-like structure, that consists of
45 \brief Creates a new grid view.
59 \brief Creates a new grid view with a \a name.
75 grid view from an archived message you should call Instantiate() instead
78 \param from The \ref BMessage that contains the grid view.
94 \brief Adopt a given grid \a layout.
107 \return A pointer to the underlying grid layout.
H A D_layout_intro.dox104 example, that we wanted to add a grid of BButtons under our BStringView.
116 BGridLayout* grid = new BGridLayout();
117 group->AddItem(grid);
120 You'll notice that we've added \c grid directly to \c group. This means that
121 any BView objects we add to \c grid will become children of \c window, but
122 will be positioned by \c grid.
125 grid->AddView(MakeSmallButton(), 0, 0);
126 grid->AddView(MakeSmallButton(), 1, 0);
127 grid->AddView(MakeBigButton(), 0, 1, 2, 1);
128 grid->AddView(MakeSmallButton(), 1, 2);
[all …]
H A DLayoutBuilder.dox75 So you are again working with the grid builder. You can add more
93 the 3 views in rows 0, 1 and 2 in the target grid:
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp243 BGridView* grid = new BGridView(); in App() local
244 grid->SetResizingMode(B_FOLLOW_ALL_SIDES); in App()
246 BLayoutBuilder::Grid<> layout(grid); in App()
260 BScrollView* scroll = new BScrollView("scroll", grid, B_FOLLOW_ALL_SIDES, in App()
/haiku/src/kits/interface/
H A DGridLayout.cpp773 BLayoutItem*** grid = new(nothrow) BLayoutItem**[columnCount]; in _ResizeGrid() local
774 if (grid == NULL) in _ResizeGrid()
777 memset(grid, 0, sizeof(BLayoutItem**) * columnCount); in _ResizeGrid()
786 grid[i] = column; in _ResizeGrid()
795 swap(grid, fGrid); in _ResizeGrid()
802 delete[] grid[i]; in _ResizeGrid()
804 delete[] grid; in _ResizeGrid()
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp214 uint16 grid = fGlyphGrid[y * fColumns + x]; in Draw() local
215 uint8 glyph = grid >> 8; in Draw()
216 uint8 attr = grid & 0x00ff; in Draw()
/haiku/data/catalogs/apps/magnify/
H A Dth.catkeys16 Show grid Magnify-Main แสดงตาราง
H A Dsk.catkeys12 Show grid Magnify-Main Zobraziť mriežku
H A Del.catkeys17 Show grid Magnify-Main Εμφάνιση πλέγματος
H A Dru.catkeys17 Show grid Magnify-Main Показать сетку
H A Dko.catkeys17 Show grid Magnify-Main 격자 보기
H A Duk.catkeys17 Show grid Magnify-Main Показати сітку
H A Dzh_Hans.catkeys17 Show grid Magnify-Main 显示网格
H A Did.catkeys16 Show grid Magnify-Main Tampilkan kisi-kisi
H A Dja.catkeys17 Show grid Magnify-Main グリッドの表示
H A Dnl.catkeys16 Show grid Magnify-Main Toon raster
H A Deo.catkeys16 Show grid Magnify-Main Montri kradon
H A Dda.catkeys16 Show grid Magnify-Main Vis gitter
H A Dpt_BR.catkeys16 Show grid Magnify-Main Mostrar grade
H A Dpt.catkeys16 Show grid Magnify-Main Mostrar grelha
H A Dde.catkeys17 Show grid Magnify-Main Raster anzeigen
/haiku/data/catalogs/add-ons/screen_savers/glife/
H A Did.catkeys6 Grid life delay: %d× This is a factor: the × represents 'times', don't translate '%d' Tundaan grid

1234