/haiku/src/libs/glut/ |
H A D | glut_teapot.c | 148 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 D | Test.cpp | 30 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 D | AutoConfigView.cpp | 301 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 D | GridView.dox | 27 \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.dox | 104 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 D | LayoutBuilder.dox | 75 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 D | main.cpp | 243 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 D | GridLayout.cpp | 773 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 D | ViewBuffer.cpp | 214 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 D | th.catkeys | 16 Show grid Magnify-Main แสดงตาราง
|
H A D | sk.catkeys | 12 Show grid Magnify-Main Zobraziť mriežku
|
H A D | el.catkeys | 17 Show grid Magnify-Main Εμφάνιση πλέγματος
|
H A D | ru.catkeys | 17 Show grid Magnify-Main Показать сетку
|
H A D | ko.catkeys | 17 Show grid Magnify-Main 격자 보기
|
H A D | uk.catkeys | 17 Show grid Magnify-Main Показати сітку
|
H A D | zh_Hans.catkeys | 17 Show grid Magnify-Main 显示网格
|
H A D | id.catkeys | 16 Show grid Magnify-Main Tampilkan kisi-kisi
|
H A D | ja.catkeys | 17 Show grid Magnify-Main グリッドの表示
|
H A D | nl.catkeys | 16 Show grid Magnify-Main Toon raster
|
H A D | eo.catkeys | 16 Show grid Magnify-Main Montri kradon
|
H A D | da.catkeys | 16 Show grid Magnify-Main Vis gitter
|
H A D | pt_BR.catkeys | 16 Show grid Magnify-Main Mostrar grade
|
H A D | pt.catkeys | 16 Show grid Magnify-Main Mostrar grelha
|
H A D | de.catkeys | 17 Show grid Magnify-Main Raster anzeigen
|
/haiku/data/catalogs/add-ons/screen_savers/glife/ |
H A D | id.catkeys | 6 Grid life delay: %d× This is a factor: the × represents 'times', don't translate '%d' Tundaan grid…
|