Searched refs:row (Results 101 - 125 of 144) sorted by relevance

123456

/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp235 // More than one selected row
241 // Only one selected row
356 // Refresh the enabled status of each row since it is unsure what
374 // If the completed row has siblings then enabling this row may
391 // Refresh the enabled status of each row since it is unsure what
451 // Update row state and values
468 // Update row state and values
541 BRow* row = fListView->RowAt((int32)0, NULL); local
542 while (row !
[all...]
/haiku/src/add-ons/translators/gif/
H A DGIFSave.cpp574 row += gs_increment_pass_by[pass];
575 while (row >= height) {
577 row = gs_pass_starts_at[pass];
579 gifbits = (unsigned char*)bitmap->Bits() + (bpr * row);
696 row = gs_pass_starts_at[0];
/haiku/src/system/kernel/debug/
H A Dframe_buffer_console.cpp143 render_glyph(int32 column, int32 row, uint8 glyph, uint8 attr) argument
151 + sConsole.bytes_per_row * row * sConsole.font->glyphHeight
180 + sConsole.bytes_per_row * row * sConsole.font->glyphHeight
/haiku/headers/libs/alm/
H A DArea.h110 Row* row, Column* column,
H A DALMLayout.h138 virtual Area* AddView(BView* view, Row* row, Column* column);
145 virtual Area* AddItem(BLayoutItem* item, Row* row,
/haiku/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp395 int32 row = argCount > 0 ? args[0] : 1; local
397 if (row > 0)
398 row--;
401 gotoxy(console, col, row);
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dsimple-text-output.h137 size_t col, size_t row) EFIAPI;
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp411 GPJob::GetRow(unsigned char* data, size_t size, int row) argument
416 // row is relative to left, top of image
418 int line = fPrintRect.top + row;
570 int row)
573 return job->GetRow(data, size, row);
569 ImageGetRow(stp_image_t* image, unsigned char* data, size_t size, int row) argument
/haiku/src/system/boot/platform/generic/
H A Dtext_menu.cpp182 int32 row = 0; local
184 for (int32 i = 0; i < length && row < 2; i++) {
211 print_centered(console_height() - kHelpLines + row, buffer); local
212 row++;
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DPixelFormat.h116 inline row_data row(int y) const function in class:PixelFormat
117 { return fBuffer->row(y); }
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp285 BasicTerminalBuffer::IsFullWidthChar(int32 row, int32 column) const argument
288 TerminalLine* line = _HistoryLineAt(row, lineBuffer);
295 BasicTerminalBuffer::GetChar(int32 row, int32 column, UTF8Char& character, argument
299 TerminalLine* line = _HistoryLineAt(row, lineBuffer);
317 BasicTerminalBuffer::GetCellAttributes(int32 row, int32 column, argument
322 TerminalLine* line = _HistoryLineAt(row, lineBuffer);
338 BasicTerminalBuffer::GetString(int32 row, int32 firstColumn, int32 lastColumn, argument
342 TerminalLine* line = _HistoryLineAt(row, lineBuffer);
1651 BasicTerminalBuffer::_GetPartialLineString(BString& string, int32 row, argument
1655 TerminalLine* line = _HistoryLineAt(row, lineBuffe
[all...]
H A DTermView.h249 Highlight* _CheckHighlightRegion(int32 row,
/haiku/src/apps/bootmanager/
H A Dbootman.S30 ; dh - row
36 ; dh - row
273 ; Print title centered at row 2
281 ; Print message centered at second last row
386 mov al, [listItemCount] ; Calculate start row for menu
/haiku/headers/libs/agg/
H A Dagg_pixfmt_gray.h206 row_data row(int y) const { return m_rbuf->row(y); } function in class:agg::pixfmt_alpha_blend_gray
556 row_data r = m_rbuf->row(y);
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp488 uint8* row = (uint8*)fBackground->Bits(); local
502 uint8* p = row;
528 row += bpr;
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp520 // fill in top row by gradient
545 // copy top row to rest of bitmap
555 uint8* row = topRow; local
557 uint8* p = row;
591 row += bpr;
/haiku/src/libs/alm/
H A DSharedSolver.cpp237 Row* row = layout->fRowColumnManager->fRows.ItemAt(j); local
238 autoConstraints.insert(row->fPrefSizeConstraint);
H A DALMLayout.cpp589 * Adds a new row to the specification that is glued to the given y-tabs.
593 * @return the new row
799 * @param row the row that defines the top and bottom border
805 BALMLayout::AddView(BView* view, Row* row, Column* column) argument
808 Area* area = AddItem(item, row, column);
915 BALMLayout::AddItem(BLayoutItem* item, Row* row, Column* column) argument
924 area->_Init(Solver(), row, column, fRowColumnManager); local
/haiku/src/tests/kits/interface/bbitmap/
H A DSetBitsTester.cpp392 const uint8 *row = bits + y * bpr;
394 printf("%02x ", row[i]);
485 different color spaces, no row padding
522 different color spaces, row padding
535 // ignores source row padding
544 // R5: broken: ignores target bitmap row padding
559 different color spaces, no row padding
591 different color spaces, row padding
602 // R5: broken: ignores target bitmap row padding
/haiku/src/apps/mail/
H A DPrefs.cpp78 add_menu_to_layout(BMenuField* menu, BGridLayout* layout, int32& row) argument
81 layout->AddItem(menu->CreateLabelLayoutItem(), 0, row);
82 layout->AddItem(menu->CreateMenuBarLayoutItem(), 1, row, 2);
83 row++;
/haiku/src/kits/tracker/
H A DFindPanel.h257 BView* FindAttrView(const char*, int row) const;
H A DFindPanel.cpp1325 FindPanel::FindAttrView(const char* name, int row) const
1329 BLayoutItem* item = fAttrGrid->ItemAt(index, row);
2160 int32 row = fAttrGrid->CountRows() - 1; local
2162 BLayoutItem* item = fAttrGrid->ItemAt(col - 1, row);
2175 string << (row - 1);
2176 view = FindAttrView(string.String(), row - 1);
2181 // remove the And/Or menu field of the previous row
2182 BLayoutItem* item = fAttrGrid->ItemAt(3, row - 1);
2195 // only one row remains
2979 FindPanel::GetDefaultAttrName(BString& attrName, int32 row) cons
[all...]
/haiku/src/apps/deskcalc/
H A DCalcView.cpp551 for (int row = 0; row < fRows; row++) {
556 frame.top = sizeDisp + row * sizeRow;
557 frame.bottom = sizeDisp + (row + 1) * sizeRow - 1;
1216 // Move to next row as needed
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp476 PartitionListView::ExpandOrCollapse(BRow* row, bool expand) argument
478 BColumnListView::ExpandOrCollapse(row, expand);
512 // create the row for this partition
531 // add the row, parent may be NULL (add at top level)
534 // make sure the row is initially expanded
550 // create the row for this partition
557 // add the row, parent may be NULL (add at top level)
560 // make sure the row is initially expanded
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp345 uint8* dst = fBuffer->row(0);
372 uint8* dst = fBuffer->row(0);
595 uint8* dst = fBuffer->row(0);
1339 uint8* dst = fBuffer->row(y);

Completed in 460 milliseconds

123456